index
:
chango.git
devmain
fix-31295
initial-branch
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
2009-05-02
Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...
Russell Keith-Magee
2009-04-16
Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL analog of ...
Russell Keith-Magee
2009-04-16
Fixed #9890 -- Modified the regex validation for email addresses to match RFC...
Russell Keith-Magee
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2008-11-10
Add tests mistakenly left out of r9397.
Karen Tracey
2008-11-10
Fixed #7064: Made DemicmalField validation support max_digits equal to decima...
Karen Tracey
2008-11-10
Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...
Karen Tracey
2008-09-17
Fixed #8865 -- Improved the robustness of some file path tests.
Malcolm Tredinnick
2008-08-31
Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it
Jacob Kaplan-Moss
2008-08-28
Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...
Jacob Kaplan-Moss
2008-08-15
Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...
Gary Wilson Jr
2008-08-02
Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...
Gary Wilson Jr
2008-07-26
Fixed #7345 -- When normalising the URLField form field, attach a trailing
Malcolm Tredinnick
2008-07-19
Fixed #6009 -- Added regression tests to show that uploading non-ASCII
Malcolm Tredinnick
2008-07-19
Fixed #4412 -- Added support for optgroups, both in the model when defining c...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
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