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