django1/django/contrib/formtools/tests/wizard
Stephan Jaekel b614c47f8c Added some class attributes to pass initial form lists to the WizardView without the need to add them in the as_view call. 2013-03-23 12:24:34 +01:00
..
namedwizardtests Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
wizardtests Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
__init__.py Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel. 2012-03-04 16:10:18 +00:00
cookiestorage.py Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
forms.py Added some class attributes to pass initial form lists to the WizardView without the need to add them in the as_view call. 2013-03-23 12:24:34 +01:00
loadstorage.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
sessionstorage.py Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom User models. 2013-03-23 09:57:48 +08:00
storage.py Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is empty. 2013-01-12 15:50:18 +01:00