summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests/wizard/__init__.py
AgeCommit message (Collapse)Author
2014-11-26Fixed #23677 -- Removed contrib.formtoolsTim Graham
2013-10-17Removed importing formtools tests in __init__.pyTim Graham
Unnecessary since introduction of DiscoveryTestRunner in 9012833af8.
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2012-03-04Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the ↵Jannis Leidel
`instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-19Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, ↵Julien Phalip
Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-19Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to ↵Julien Phalip
play nicer with mixin inheritance. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated ↵Jannis Leidel
when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16616 bcc190cf-cafb-0310-a4f2-bffc1f526a37