django1/django/forms
Aymeric Augustin 35c991aa06 Added a default limit to the maximum number of forms in a formset.
This is a security fix. Disclosure and advisory coming shortly.
2013-02-19 11:23:30 -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 #19034 -- Added proper i18n pluralization for max/min length validation messages 2013-01-30 21:44:14 +01:00
forms.py fixed minor typo #19703 2013-01-30 19:48:05 +01:00
formsets.py Added a default limit to the maximum number of forms in a formset. 2013-02-19 11:23:30 -07:00
models.py Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique 2013-02-08 21:35:19 +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