django1/django/forms
Andrew Godwin 04e0fc029f Merge pull request #1094 from senko/ticket_11160
Fixed #11160: Formset non_form_errors returns ErrorList() if is_valid is not called
2013-05-19 03:56:14 -07: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 Fixed #20440 -- Ensured CharField's max_length/min_length are integers 2013-05-18 22:30:24 +02:00
forms.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
formsets.py Fixed #11160 - Ensure full_clean is called from non_form_errors 2013-05-18 13:44:27 +02:00
models.py Fixed argument order for localized_fields to ensure backwards compatibility 2013-05-18 14:38:45 +02:00
util.py Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
widgets.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00