django1/django/forms
Loic Bistuer 082abce81e [1.7.x] Fixed #23594 -- Fixed deepcopy on ErrorList.
Thanks Troy Grosfield for the report and Tim Graham for the tests.

Backport of ec2fd02bb3 from master
2014-10-07 00:14:11 +07: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 [1.7.x] Prevented evaluation of a possible lazy message 2014-06-21 11:23:30 +02:00
forms.py [1.7.x] Ensured bound field renders as unicode safe data 2014-07-05 13:35:53 +02:00
formsets.py [1.7.x] Fixed #22628 -- Took initial forms into account when combining FormSet.min_num and FormSet.extra. 2014-05-16 06:37:05 -04:00
models.py [1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message. 2014-09-08 17:22:49 -04:00
util.py [1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 06:11:01 -04:00
utils.py [1.7.x] Fixed #23594 -- Fixed deepcopy on ErrorList. 2014-10-07 00:14:11 +07:00
widgets.py [1.7.x] Fixed #22502 -- Fixed microseconds/default/form interaction 2014-05-10 10:58:51 +02:00