index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Age
Commit message (
Expand
)
Author
2006-07-28
Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.
Jacob Kaplan-Moss
2006-07-05
Fixed #1980, #2155 -- made date, time and datetime html2python methods a bit
Malcolm Tredinnick
2006-06-20
Fixed #2190 -- Now allowing NullBooleanField to be given None
Adrian Holovaty
2006-06-19
Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True.
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank...
Adrian Holovaty
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-06-01
Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo...
Luke Plant
2006-05-31
Fixed #2020 -- <option> values are now escaped in SelectMultipleField
Adrian Holovaty
2006-05-09
Fixed #1477 -- Made maxlength overridablef for URLField formfield
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty