index
:
django.git
fix-31295
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-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-05-23
Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...
Jannis Leidel
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-05-12
Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-28
Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...
Russell Keith-Magee
2010-04-21
Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...
Russell Keith-Magee
2010-04-20
Revert part of r12998 that prevents the forms doctests in tests.py from running.
Karen Tracey
2010-04-19
Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...
Russell Keith-Magee
2010-04-12
Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-12
Fixed #11801 -- Corrected form validation to ensure you can still get deleted...
Russell Keith-Magee
2010-03-09
Fixed #12048 - MultiWidget does not define `__deepcopy__`
Luke Plant
2010-03-08
Fixed #11940 - ModelForm evaluates callable default values on form class crea...
Luke Plant
2010-03-07
Fixed #12858. DateTime related widgets now handle custom formats properly in ...
Joseph Kocherhans
2010-03-03
Expanded the fix in [12663] to cover CSS declarations, which were also affect...
James Bennett
2010-03-03
Fixed #12879: Declaring the same JS file multiple times in a single Media ins...
James Bennett
2010-02-28
Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for th...
Jannis Leidel
2010-02-23
Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...
Joseph Kocherhans
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-23
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...
Joseph Kocherhans
2010-02-22
Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...
Russell Keith-Magee
2010-02-21
Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...
Jannis Leidel
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-17
Fixed test introduced in r12044 to actually test the issue.
Jannis Leidel
2010-01-16
Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale...
Jacob Kaplan-Moss
2010-01-12
Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...
Joseph Kocherhans
2010-01-09
Removed unneeded import, thanks Alex Gaynor.
Jannis Leidel
2010-01-09
Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...
Jannis Leidel
2010-01-09
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...
Jannis Leidel
2010-01-09
Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
Jannis Leidel
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2010-01-01
Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...
Jannis Leidel
2010-01-01
Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...
Jannis Leidel
2010-01-01
Fixed #12017 - Overriding the default error message of the UKPostcodeField wo...
Jannis Leidel
2010-01-01
Fixed #11123 - Added Irish (ie) localflavor.
Jannis Leidel
2010-01-01
Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...
Jannis Leidel
2010-01-01
Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...
Jannis Leidel
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-12-22
Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...
Jannis Leidel
2009-12-13
Converted regressiontests/forms/fields.py to unittests
Brian Rosner
2009-12-13
Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreibe...
Karen Tracey
2009-12-12
Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...
Jacob Kaplan-Moss
2009-12-12
Fixed #11632: Fixed the id for hidden initial widget so that it is different ...
Karen Tracey
2009-11-20
Added an explicit test showing that field errors are correctly autoescaped.
Jacob Kaplan-Moss
2009-10-09
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
[next]