django1/django/forms
Baptiste Mispelon de0a22be35 Fixed two typos in docstrings. 2014-08-02 15:14:13 +02: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 #23103 -- Annotated ImageField file with image and content_type attributes. 2014-08-01 09:30:58 -04:00
forms.py Fixed two typos in docstrings. 2014-08-02 15:14:13 +02: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 #22808 -- Made ModelMultipleChoiceField validation more robust to invalid data types.. 2014-07-31 15:29:46 -04:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #11776 -- Added CSS class for non-field/top of form errors. 2014-06-02 15:22:15 -04:00
widgets.py Fixed #23113 -- ChoiceInput.render should take specified attrs into account. 2014-07-28 10:01:07 -04:00