django1/django
Marc Tamlyn 1c4a9bd9ad Revert change to the default Form.clean()
This means it doesn't break for people who are doing
`cleaned_data = super(FooForm, self).clean()`.
2013-08-08 14:27:48 +01: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 #20865 -- Fixed raw_id_fields to work with callable limit_choices_to. 2013-08-06 13:41:52 -04:00
core Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
db Fixed #17424 -- annotate() + exclude() bug 2013-08-07 12:53:33 +03:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Revert change to the default Form.clean() 2013-08-08 14:27:48 +01:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04: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 SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
views Fixed #20822 -- Set content type of default error pages to 'text/html'. 2013-08-04 11:04:37 +02:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00