1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django/forms
2015-09-07 14:36:39 -04:00
..
extras Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
__init__.py
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