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
/
regressions.py
Age
Commit message (
Expand
)
Author
2009-11-20
Added an explicit test showing that field errors are correctly autoescaped.
Jacob Kaplan-Moss
2008-09-18
Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...
Malcolm Tredinnick
2008-08-31
Fixed #5216 -- Fixed a case of a string not being a unicode string.
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-06-18
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...
Jacob Kaplan-Moss
2007-10-27
Removed an "XFAIL" marker that was accidentally hanging around since the
Malcolm Tredinnick
2007-09-19
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...
Jacob Kaplan-Moss
2007-09-15
Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...
Malcolm Tredinnick
2007-09-11
Removed duplicate form tests added in the [changeset:5609 unicode merge].
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-14
Changed the fix from [5231] so that the backwards-incompatibility is made more
Malcolm Tredinnick
2007-05-14
Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.
Malcolm Tredinnick
2007-04-04
Fixed #3597 -- Fixed unicode encoding problem in form rendering. Thanks,
Malcolm Tredinnick
2007-04-02
Fixed #3600 -- Made smart_unicode respect deferred evaluation in the case
Malcolm Tredinnick
2007-04-01
Fixed #3810 -- In newforms, copy attribute dictionaries before modifying them
Malcolm Tredinnick