django1/django
Will Hardy 1c3c21b38d Fixed #19987 -- Disabled host validation when DEBUG=True.
The documentation promises that host validation is disabled when
DEBUG=True, that all hostnames are accepted. Domains not compliant with
RFC 1034/1035 were however being validated, this validation has now been
removed when DEBUG=True.

Additionally, when DEBUG=False a more detailed SuspiciousOperation
exception message is provided when host validation fails because the
hostname is not RFC 1034/1035 compliant.
2013-07-31 10:38:59 -04:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
contrib Fixed #20348 -- Consistently handle Promise objects in model fields. 2013-07-31 15:54:17 +03:00
core Added support for IPython.start_ipython in shell 2013-07-30 10:22:41 -07:00
db Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class. 2013-07-31 09:54:00 -04:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #20806 -- Cached loader caches find_template 2013-07-30 14:25:30 -04:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
utils Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
views Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00