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