mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Revert change to the default Form.clean()
This means it doesn't break for people who are doing `cleaned_data = super(FooForm, self).clean()`.
This commit is contained in:
@@ -318,7 +318,7 @@ class BaseForm(object):
|
||||
not be associated with a particular field; it will have a special-case
|
||||
association with the field named '__all__'.
|
||||
"""
|
||||
pass
|
||||
return self.cleaned_data
|
||||
|
||||
def has_changed(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user