django1/django/contrib/formtools
Luke Plant 7b129a82b3 Fixed #11726 - FormWizard does sanity check on step number performed before dynamic steps can be inserted
Thanks to Eric Friesen for the report and michalm/esper256 for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-28 14:19:25 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
templates/formtools Fixed various validation errors caught by the validator.nu HTML5 validator. 2011-04-20 17:41:04 +00:00
tests Fixed #11726 - FormWizard does sanity check on step number performed before dynamic steps can be inserted 2011-04-28 14:19:25 +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 Updated FormPreview to use form_hmac rather than the old security_hash function 2011-03-30 17:35:01 +00:00
utils.py Advanced deprecations in contrib.formtools. 2011-04-02 08:34:15 +00:00
wizard.py Fixed #11726 - FormWizard does sanity check on step number performed before dynamic steps can be inserted 2011-04-28 14:19:25 +00:00