summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests/wizard/forms.py
AgeCommit message (Expand)Author
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
2013-03-23Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel