summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests/wizard/test_forms.py
AgeCommit message (Expand)Author
2013-12-05Removed 'return' in __init__maurycyp
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons