summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests/wizard/test_forms.py
AgeCommit message (Collapse)Author
2014-11-26Fixed #23677 -- Removed contrib.formtoolsTim Graham
2014-04-09Used more specific test assertions.Aymeric Augustin
2013-12-05Removed 'return' in __init__maurycyp
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-07-29Deprecated django.utils.importlibClaude Paroz
This was a shim for pre-Python 2.7 support.
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
Thanks Lennart Regebro for pointing it out.
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵Luke Plant
added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons