django1/django/forms
Claude Paroz fc8efc2d9e Fixed #19034 -- Added proper i18n pluralization for max/min length validation messages
This was made possible by commit 3f1a0c0040. Thanks Evil Clay
for the report and Alexey Boriskin his work on the ticket.
2013-01-30 21:44:14 +01: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 #19034 -- Added proper i18n pluralization for max/min length validation messages 2013-01-30 21:44:14 +01:00
forms.py Fixed #18483 -- Marked hidden field error string for translation 2013-01-26 19:59:44 +01:00
formsets.py Fixed #19545 -- Make sure media/is_multipart work with empty formsets 2013-01-03 15:16:23 +01:00
models.py Moved has_changed logic from widget to form field 2013-01-25 20:50:46 +01:00
util.py Sort HTML attributes on generated forms 2012-12-24 00:47:17 +00:00
widgets.py Added HTML5 url input type 2013-01-28 22:11:00 +01:00