django1/django/contrib/formtools/tests/wizard/namedwizardtests
Jannis Leidel c76200a0bf Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03 01:06:37 +00:00
..
__init__.py Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated 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. 2011-08-13 13:51:34 +00:00
forms.py Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms. 2012-03-03 01:06:37 +00:00
tests.py Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms. 2012-03-03 01:06:37 +00:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00