0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Norwegian translation of the model names.
uggedal
as Eivind Uggedal
More... over 14 years ago
Norwegian translation.
uggedal
as Eivind Uggedal
More... over 14 years ago
FlatBlock.save should also accept the optional kwargs from the base model. Closes #2
zerok
as Horst Gutmann
More... over 14 years ago
This marks version 0.3.2
zerok
as Horst Gutmann
More... almost 15 years ago
RequestContext gets now passed to render_to_response in the view using the context_instance kwarg
zerok
as Horst Gutmann
More... about 15 years ago
Moved application settings into flatblocks.settings
zerok
as Horst Gutmann
More... about 15 years ago
This marks v0.3.1
zerok
as Horst Gutmann
More... about 15 years ago
Unified the CACHE_PREFIX
zerok
as Horst Gutmann
More... about 15 years ago
AUTHORS.txt updated
zerok
as Horst Gutmann
More... about 15 years ago
Buildout-integration
zerok
as Horst Gutmann
More... about 15 years ago
Added a testcase for reseting the cache
zerok
as Horst Gutmann
More... about 15 years ago
Added a simple urls.py
zerok
as Horst Gutmann
More... about 15 years ago
Added a dummy edit-template
zerok
as Horst Gutmann
More... about 15 years ago
fixed the model save method using a different CACHE_PREFIX than is used in the template tag More... about 15 years ago
I guess, this marks v0.3.0 then
zerok
as Horst Gutmann
More... about 15 years ago
Added some error handling to the commands
zerok
as Horst Gutmann
More... about 15 years ago
Updated release-history with the new commands
zerok
as Horst Gutmann
More... about 15 years ago
Added two simple management commands for creating and deleting flatblocks
zerok
as Horst Gutmann
More... about 15 years ago
Added some basic unittests
zerok
as Horst Gutmann
More... over 15 years ago
Changed the imports in flatblocks_tags.py a bit (load the loader directly)
zerok
as Horst Gutmann
More... over 15 years ago
added verbose name for model FlatBlock and fixed ugettext typos More... over 15 years ago
setup.py uses ez_setup as added in c18b79bd if setuptools is not installed. More... over 15 years ago
Invalidate the cache of a flatblock when saving it
zerok
as Horst Gutmann
More... over 15 years ago
Removed a line that shouldn't be there ;-)
zerok
as Horst Gutmann
More... over 15 years ago
You can now also specify a template name with the flatblock-templatetag
zerok
as Horst Gutmann
More... over 15 years ago
This should be it for 0.2.0
zerok
as Horst Gutmann
More... over 15 years ago
Added documentation about flatblocks.views.edit to the README.rst
zerok
as Horst Gutmann
More... over 15 years ago
Added German translation
zerok
as Horst Gutmann
More... over 15 years ago
verbose_name and help_text are now translatable within flatblocks.models
zerok
as Horst Gutmann
More... over 15 years ago
flatblocks.views.edit now also supports the success_url and template_name kwargs
zerok
as Horst Gutmann
More... over 15 years ago