summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/forms.py
AgeCommit message (Expand)Author
2009-12-12Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...Jacob Kaplan-Moss
2009-12-12Fixed #11632: Fixed the id for hidden initial widget so that it is different ...Karen Tracey
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-08-25Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they canMalcolm Tredinnick
2008-07-19Fixed #6009 -- Added regression tests to show that uploading non-ASCIIMalcolm Tredinnick
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-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-18Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...Jacob Kaplan-Moss
2008-03-19Replaced dict reprs in tests with explicit looks at each key. This should fix...Jacob Kaplan-Moss
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-09-19Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...Jacob Kaplan-Moss