django1/django/forms
Keryn Knight 3c5862ccb0 Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised when constructing the model instance.
Thanks Loïc Bistuer for review and advice.
2015-09-07 14:36:39 -04:00
..
extras Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #16501 -- Added an allow_unicode parameter to SlugField. 2015-07-17 13:48:58 -04:00
forms.py Removed BaseForm._raw_value(). 2015-08-21 12:14:54 -04:00
formsets.py Added release notes for feature added in fe21fb81 2015-06-05 11:42:58 +01:00
models.py Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised when constructing the model instance. 2015-09-07 14:36:39 -04:00
utils.py Made flatatt docstring match reality 2015-06-08 13:57:25 +02:00
widgets.py Fixed #25124 -- Eased customization of SelectDateWidget subwidget. 2015-07-15 10:21:39 -04:00