django1/django/contrib/formtools
Claude Paroz 6d9227bb0f Removed some more imports/warnings useless after recent removals.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31 15:20:57 +00:00
..
locale Pulled formtools translations updates from Transifex. Refs #17822. 2012-03-23 03:03:11 +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 Removed some more imports/warnings useless after recent removals. 2012-03-31 15:20:57 +00:00
wizard Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `instance` or `queryset` form parameters when they are already set by the `get_form_kwargs` method. Thanks to goodtune and Stephan Jäkel. 2012-03-04 16:10:18 +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 Removed deprecated and undocumented function django.contrib.formtools.utils.security_hash(). 2012-03-31 12:26:46 +00:00