django1/django/conf
Claude Paroz eefb00f301 Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline.
Thanks Ramiro Morales for the review.
2012-04-29 20:47:36 +02:00
..
app_template Fixed #15154 -- removed doctests from the tests.py generated with createapp. 2011-01-26 03:22:16 +00:00
locale Pulled core translations updates from Transifex. Refs #17822. 2012-03-23 02:35:22 +00:00
project_template Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Thanks berdario for the report. 2012-03-26 14:17:13 +00:00
urls Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
__init__.py Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the deprecation timeline. 2012-03-31 13:01:59 +00:00
global_settings.py Fixed #18220 -- Removed the CACHE_BACKEND setting, as per official deprecation timeline. 2012-04-29 20:47:36 +02:00