django1/django/conf
Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists.
The deprecation schedule was slightly accelerated because of possible security ramifications.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31 13:55:03 +00: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 Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00