summaryrefslogtreecommitdiff
path: root/django/forms/__init__.py
AgeCommit message (Expand)Author
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2006-12-22Changed django.forms to remove duplicate code and import from django.oldforms...Adrian Holovaty
2006-11-06Fixed #2899: added defaults for data and error_dict params to FormWrapper. T...Jacob Kaplan-Moss
2006-09-26Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleFieldMalcolm Tredinnick
2006-09-24Fixed #2727 -- Fixed problem with serialising error messages from validation.Malcolm Tredinnick
2006-09-23Fixed #2599 -- Fixed rendering problem in comma-separated integer fields.Malcolm Tredinnick
2006-09-23Fixed #2579 -- Fixed a problem with empty raw_id_admin form fields. Thanks toMalcolm Tredinnick
2006-09-22Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks,Malcolm Tredinnick
2006-09-22Fixed #2685 -- Correctly process blank input for USStateField elements. Thanks,Malcolm Tredinnick
2006-09-22Fixed #2640 -- Allow is_required for CheckboxField classes (defaults to False,Malcolm Tredinnick
2006-09-21Fixed #2761 -- Apply escaping to values in form checkbox attributes.Malcolm Tredinnick
2006-07-28Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.Jacob Kaplan-Moss
2006-07-05Fixed #1980, #2155 -- made date, time and datetime html2python methods a bitMalcolm Tredinnick
2006-06-20Fixed #2190 -- Now allowing NullBooleanField to be given NoneAdrian Holovaty
2006-06-19Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True.Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank...Adrian Holovaty
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-01Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo...Luke Plant
2006-05-31Fixed #2020 -- <option> values are now escaped in SelectMultipleFieldAdrian Holovaty
2006-05-09Fixed #1477 -- Made maxlength overridablef for URLField formfieldAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty