django1/django/forms
Russell Keith-Magee d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework
This is the result of Christopher Medrela's 2013 Summer of Code project.

Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.

Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-20 10:45:21 +08:00
..
extras Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01:00
forms.py Fixed docstring typo in django/forms/forms.py. 2014-01-10 08:33:30 -05:00
formsets.py Fixed #17413 -- Serialization of form errors along with all metadata. 2013-12-16 16:33:28 -05:00
models.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Refs #17413 -- Added isinstance backward compatibility on ErrorList. 2013-12-18 08:59:53 -05:00
widgets.py Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00