django1/django/contrib/formtools
Jannis Leidel 3238b6866f Added new translation files to formtools contrib app.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-21 18:31:00 +00:00
..
locale Added new translation files to formtools contrib app. 2011-01-21 18:31:00 +00:00
templates/formtools Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default. 2009-10-26 23:23:07 +00:00
tests Corrected hash in a formtools test to match current method, not Django 1.2 2011-01-13 23:19:10 +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 Few improvements to FormPreview, thanks Andy! 2010-11-21 13:47:38 +00:00
utils.py Fixed #14445 - Use HMAC and constant-time comparison functions where needed. 2010-10-14 20:54:30 +00:00
wizard.py Fixed #15075 - No longer possible to alter the form_list in FormWizard.process_step 2011-01-13 21:58:11 +00:00