summaryrefslogtreecommitdiff
path: root/django/forms
AgeCommit message (Expand)Author
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