summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/fields.py
AgeCommit message (Expand)Author
2010-09-13[soc2010/app-loading] merged trunkarchive/soc2010/app-loadingArthur Koziel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-28Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for th...Jannis Leidel
2010-02-22Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...Russell Keith-Magee
2010-02-21Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-13Converted regressiontests/forms/fields.py to unittestsBrian Rosner
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-04-16Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...Russell Keith-Magee
2009-04-16Fixed #9890 -- Modified the regex validation for email addresses to match RFC...Russell Keith-Magee
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2008-11-10Add tests mistakenly left out of r9397.Karen Tracey
2008-11-10Fixed #7064: Made DemicmalField validation support max_digits equal to decima...Karen Tracey
2008-11-10Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...Karen Tracey
2008-09-17Fixed #8865 -- Improved the robustness of some file path tests.Malcolm Tredinnick
2008-08-31Added a `TypedChoiceField` which acts just like `ChoiceField`, except that itJacob Kaplan-Moss
2008-08-28Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...Jacob Kaplan-Moss
2008-08-15Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr
2008-08-02Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...Gary Wilson Jr
2008-07-26Fixed #7345 -- When normalising the URLField form field, attach a trailingMalcolm Tredinnick
2008-07-19Fixed #6009 -- Added regression tests to show that uploading non-ASCIIMalcolm Tredinnick
2008-07-19Fixed #4412 -- Added support for optgroups, both in the model when defining c...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
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