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
Age
Commit message (
Expand
)
Author
2010-04-20
[1.1.X] Adjust the fr.py localflavor tests to account for r13007.
Karen Tracey
2010-03-12
[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...
Russell Keith-Magee
2010-03-09
[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`
Luke Plant
2010-03-08
[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...
Luke Plant
2010-03-07
[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...
Joseph Kocherhans
2010-03-03
[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...
James Bennett
2010-03-03
[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...
James Bennett
2010-02-26
[1.1.X] Added force_unicode to a test (needed for Python 2.3 compatibility).
Karen Tracey
2010-02-23
[1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input...
Joseph Kocherhans
2010-02-23
[1.1.x] Fixed #12878. Formset-wide errors are now rendered properly as html. ...
Joseph Kocherhans
2010-02-23
[1.1.X] Fixed #11860. Changed NullBooleanSelect's _has_changed method to repe...
Joseph Kocherhans
2010-02-22
[1.1.X] Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in Dec...
Russell Keith-Magee
2010-01-17
[1.1.X] Fixed #12017 - Overriding the default error message of the UKPostcode...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to Dav...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris B...
Jannis Leidel
2009-12-13
[1.1.X] Fixed #12146: Corrected Canadian postal code validation. Thanks pauls...
Karen Tracey
2009-12-12
[1.1.X] Fixed #11632: Fixed the id for hidden initial widget so that it is di...
Karen Tracey
2009-11-20
[1.1.X] Added an explicit test showing that field errors are correctly autoes...
Jacob Kaplan-Moss
2009-10-09
[1.1.X] SECURITY ALERT: Corrected regular expressions for URL and email fields.
Jacob Kaplan-Moss
2009-09-11
Fixed #10968 - Form.errors should use Form.error_class.
Luke Plant
2009-05-10
Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ...
Russell Keith-Magee
2009-05-07
Make sure that all uses of max_length in the test suite use values smaller th...
Jacob Kaplan-Moss
2009-05-02
Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ...
Russell Keith-Magee
2009-05-02
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...
Russell Keith-Magee
2009-04-28
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...
Russell Keith-Magee
2009-04-28
Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...
Russell Keith-Magee
2009-04-18
Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc...
Jacob Kaplan-Moss
2009-04-16
Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca...
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-04-10
Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...
Jacob Kaplan-Moss
2009-04-10
Fixed #8515 -- Fixed validation of Polish REGON numbers.
Malcolm Tredinnick
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...
Joseph Kocherhans
2009-03-22
Fixed #8962 -- Consistently support format and input_format in the various (i...
Karen Tracey
2009-03-02
Fixed some test output in the wake of r9940.
Malcolm Tredinnick
2009-02-22
Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.
Russell Keith-Magee
2009-01-16
Fixed #10041: use a tempdir for files in the forms test. Thanks, Marty Alchin.
Jacob Kaplan-Moss
2008-12-05
Added a way to iterate over hidden/visible fields in a form. Useful for manual
Malcolm Tredinnick
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-11-06
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...
Karen Tracey
2008-10-05
Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.
Malcolm Tredinnick
2008-09-18
Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...
Malcolm Tredinnick
2008-09-17
Fixed #8865 -- Improved the robustness of some file path tests.
Malcolm Tredinnick
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-08-31
Added a `TypedChoiceField` which acts just like `ChoiceField`, except that it
Jacob Kaplan-Moss
2008-08-31
Fixed #5216 -- Fixed a case of a string not being a unicode string.
Malcolm Tredinnick
[next]