django-dbtemplates/dbtemplates
Jannis Leidel 1d78802096 Fixed a stupid bug in the create_error_template command.
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 49a0d0c50120e909e222dac77eae7a9e2256178b
2009-04-11 11:12:32 +02:00
..
locale Added Italian translation (thanks marcoberi) and updated other locales with latest string additions. 2009-03-01 01:04:10 +01:00
management Fixed a stupid bug in the create_error_template command. 2009-04-11 11:12:32 +02:00
__init__.py Changed setup.py to use setuptools because it has a with zip_safe attribute which prevents creating zipped installations. 2009-03-01 01:04:19 +01:00
admin.py Fix typo 2009-01-21 10:43:47 +00:00
cache.py Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4. 2008-12-26 17:39:48 +00:00
loader.py Removed superfluous imports 2009-01-21 10:45:39 +00:00
models.py Made loader and cache backends site-aware. The filesystem cache backend now saves the files under <dir>/<site_domain>/<file_name>. The Django cache backend the Site id in the cache key. Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated). Bumped version to 0.5.4. 2008-12-26 17:39:48 +00:00