django1/django/contrib/formtools
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
..
locale Updated English base translation files in preparation of the alpha release so Transifex can pick them up. 2011-12-22 23:02:28 +00:00
templates/formtools Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` in `NamedUrlWizardView`. Thanks, Bradley Ayers and Stephan Jaekel. 2011-12-19 12:58:18 +00:00
tests Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms. 2012-03-03 01:06:37 +00:00
wizard Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when stepping through the forms. 2012-03-03 01:06:37 +00:00
__init__.py Added django.contrib.formtools, including the forced-preview application 2006-12-05 20:51:25 +00:00
models.py Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon. 2007-11-29 16:32:23 +00:00
preview.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
utils.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00