summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2009-10-09SECURITY ALERT: Corrected regular expressions for URL and email fields.Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...Russell Keith-Magee
2009-05-11[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty...Russell Keith-Magee
2009-05-07[1.0.X] Make sure that all uses of max_length in the test suite use values sm...Jacob Kaplan-Moss
2009-05-02Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...Russell Keith-Magee
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee
2009-04-18[1.0.X] Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, ...Jacob Kaplan-Moss
2009-04-16[1.0.X] Fixed #9948 -- Corrected URLField validation to match RFC1035 (URL an...Russell Keith-Magee
2009-04-16[1.0.X] Fixed #9890 -- Modified the regex validation for email addresses to m...Russell Keith-Magee
2009-04-10[1.0.X] Fixed #10774: accessing form media types in templates (i.e. ``{{ form...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #8515 -- Fixed validation of Polish REGON numbers.Malcolm Tredinnick
2009-03-30[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...Joseph Kocherhans
2009-03-30[1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i...Joseph Kocherhans
2008-11-10[1.0.X] Fixed #7064: Made DemicmalField validation support max_digits equal t...Karen Tracey
2008-11-10[1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default widget....Karen Tracey
2008-11-06[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e...Karen Tracey
2008-10-05[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...Malcolm Tredinnick
2008-09-18Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...Malcolm Tredinnick
2008-09-17Fixed #8865 -- Improved the robustness of some file path tests.Malcolm Tredinnick
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-08-31Added a `TypedChoiceField` which acts just like `ChoiceField`, except that itJacob Kaplan-Moss
2008-08-31Fixed #5216 -- Fixed a case of a string not being a unicode string.Malcolm Tredinnick
2008-08-28Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...Jacob Kaplan-Moss
2008-08-27Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch...Jacob Kaplan-Moss
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-08-25Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ...Jacob Kaplan-Moss
2008-08-25Updated `TimeInput` changes from [8491] to allow time widgets to be used with...Jacob Kaplan-Moss
2008-08-25Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they canMalcolm Tredinnick
2008-08-23Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default soMalcolm Tredinnick
2008-08-20Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks,Malcolm Tredinnick
2008-08-16Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee
2008-08-15Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr
2008-08-14Fixed #8276 -- Changed the names of a few Polish localflavor classes to matchMalcolm Tredinnick
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-02Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...Gary Wilson Jr
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-26Fixed #7345 -- When normalising the URLField form field, attach a trailingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-21Corrected typo.Gary Wilson Jr
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm 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-18Merged the newforms-admin branch into trunk.Brian Rosner
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