django/django/forms
Baptiste Mispelon ab686022f8 Fixed #20211: Document backwards-incompatible change in BoundField.label_tag
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
2013-04-12 10:17:17 +02:00
..
extras Fixed #16123 -- Ensured strptime receive proper string type 2013-01-26 20:53:09 +01:00
__init__.py Removed obsolete comment. 2013-01-15 18:02:24 +01:00
fields.py Removed forced typecasting of help_text/label Field arguments 2013-03-25 21:38:21 +01:00
forms.py Fixed #20211: Document backwards-incompatible change in BoundField.label_tag 2013-04-12 10:17:17 +02:00
formsets.py Fixed spelling errors 2013-03-28 11:16:53 -06:00
models.py Fix #15126: Better error message when passing invalid options to ModelForm.Meta. 2013-04-07 19:08:53 +02:00
util.py Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
widgets.py Fixed #19464 -- Eased customization of ClearableFileInput's link markup 2013-03-04 17:03:48 +01:00