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
/
tests
/
regressiontests
/
forms
/
fields.py
Age
Commit message (
Expand
)
Author
2008-07-07
Fixed #7614: the quickening has come, and there now is only one UploadedFile....
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-30
Fixed #5957 -- Enforce the "required" attribute on BooleanField in newforms.
Malcolm Tredinnick
2008-06-28
Fixed the fix from [7775].
Malcolm Tredinnick
2008-06-27
Fixed #7559 -- Updated newforms unit tests to reflect the fact that http://ww...
Adrian Holovaty
2008-03-24
Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned Batchelder.
Malcolm Tredinnick
2008-03-19
Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2008-01-17
Fixed #6302. FileField no longer requires a value if one already exists. Than...
Joseph Kocherhans
2007-11-29
Fixed #6014 -- More robust error handling when validating decimal fields.
Malcolm Tredinnick
2007-11-29
Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,
Malcolm Tredinnick
2007-09-19
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...
Jacob Kaplan-Moss