django1/django/forms
Stephen Burrows d64f192df1 Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
2014-05-16 06:38:24 -04:00
..
extras Refactored some code in SelectDateWidget. 2014-04-10 13:03:23 -04:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #22533 -- Added label_suffix parameter to form fields. 2014-05-13 09:09:33 -04:00
forms.py Fixed #22533 -- Added label_suffix parameter to form fields. 2014-05-13 09:09:33 -04:00
formsets.py Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra. 2014-05-16 06:38:24 -04:00
models.py Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:25:35 -04:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
widgets.py Fixed #22502 -- Fixed microseconds/default/form interaction 2014-05-10 10:56:39 +02:00