django1/django/forms
Berker Peksag 560b4207b1 Removed redundant numbered parameters from str.format().
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-12-03 14:27:38 -05:00
..
extras Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of values. 2014-06-04 07:23:25 -04:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #23795 -- Fixed a regression in custom form fields 2014-11-12 22:38:18 +01:00
forms.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05: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 typo in forms/models.py comment. 2014-11-21 15:59:09 -05:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
widgets.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00