From 703498b1c86678c287de8a44c08724b4e67c4e40 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 11 Jun 2011 15:11:56 +0000 Subject: 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 --- tests/runtests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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', -- cgit v1.3