django1/django/contrib/formtools
Jacob Kaplan-Moss 70966cb9c7 Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, siddhi and wamberg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 21:33:56 +00:00
..
templates/formtools Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbose_name'. Also renamed 'Submit' button to 'Preview'. Thanks for the patch, erickt@dslextreme.com 2007-03-20 16:54:05 +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 #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the process, broke the the security hash calculation out to a helper function. Thanks to mcroydon and rajeshdhawan. 2008-08-26 20:19:12 +00:00
test_urls.py Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon. 2007-11-29 16:32:23 +00:00
tests.py Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, siddhi and wamberg. 2008-08-26 21:33:56 +00:00
utils.py Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the process, broke the the security hash calculation out to a helper function. Thanks to mcroydon and rajeshdhawan. 2008-08-26 20:19:12 +00:00
wizard.py Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, siddhi and wamberg. 2008-08-26 21:33:56 +00:00