django-dbtemplates/dbtemplates
2009-05-20 14:08:59 +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 docs and setup.py to use new location at Bitbucket. Added hgignore, remove .gitignore 2009-05-20 14:08:59 +02: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 Moved doctests to own file, updated to actually work :) 2009-04-11 11:13:33 +02:00
tests.py Moved doctests to own file, updated to actually work :) 2009-04-11 11:13:33 +02:00