diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-11 15:11:56 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-11 15:11:56 +0000 |
| commit | 703498b1c86678c287de8a44c08724b4e67c4e40 (patch) | |
| tree | 51b8d7b20e9c029448491c16f349b1d4a77266e3 /tests | |
| parent | 7f68d06c983cab8d415d5efd520a272eecdd06f3 (diff) | |
Fixed #16179 -- Extended argument handling of the new WizardView a little to behave the same as the rest of the generic class based views. Also cleaned up the template loading in its tests a bit. Thanks, Harro van der Klauw.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/runtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 6da3299de6..31bb074e67 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -29,6 +29,7 @@ ALWAYS_INSTALLED_APPS = [ 'django.contrib.admindocs', 'django.contrib.staticfiles', 'django.contrib.humanize', + 'django.contrib.formtools.wizard', 'regressiontests.staticfiles_tests', 'regressiontests.staticfiles_tests.apps.test', 'regressiontests.staticfiles_tests.apps.no_label', |
