django/tests/forms_tests
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
..
templates/forms_tests Removed forced settings in runtests 2013-03-11 17:46:56 +01:00
tests Revert change to the default Form.clean() 2013-08-08 14:27:48 +01:00
__init__.py
models.py Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00
urls.py
views.py Fixed a deprecation warning in a selenium test. 2013-07-13 13:15:28 -04:00