| Age | Commit message (Expand) | Author |
| 2011-03-20 | Pulled translation updates from Transifex again. | Jannis Leidel |
| 2011-03-17 | Fixed plural forms formula for the Croatian (hr) localization by manually ove... | Ramiro Morales |
| 2011-03-15 | Pulled formtools translation updates from Transifex. | Jannis Leidel |
| 2011-03-04 | Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15... | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Irish translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Welsh translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Bosnian translation introduced in r15680. | Jannis Leidel |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2011-03-01 | Updated formtools translations from transifex.net. Refs #15300. | Jannis Leidel |
| 2011-02-06 | Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon... | Russell Keith-Magee |
| 2011-01-21 | Added new translation files to formtools contrib app. | Jannis Leidel |
| 2011-01-13 | Corrected hash in a formtools test to match current method, not Django 1.2 | Luke Plant |
| 2011-01-13 | Fixed some bugs with formtools tests. | Luke Plant |
| 2011-01-13 | Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces... | Luke Plant |
| 2010-12-04 | Removed all usages of deprecated TestCase methods (self.fail*). This removed... | Alex Gaynor |
| 2010-11-21 | Few improvements to FormPreview, thanks Andy! | Honza Král |
| 2010-11-16 | Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t... | Luke Plant |
| 2010-10-20 | Fixed bug and test failure introducted in [14290] | Luke Plant |
| 2010-10-19 | Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ... | Luke Plant |
| 2010-10-14 | Fixed #14445 - Use HMAC and constant-time comparison functions where needed. | Luke Plant |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-08-23 | Fixed #13951 -- Corrected docstring in formtools wizard. Thanks to suzaku for... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-03-01 | Fixed a silly bug in [12644]. | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid context le... | Jacob Kaplan-Moss |
| 2010-02-27 | Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report. | Russell Keith-Magee |
| 2010-02-22 | Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank... | Justin Bronn |
| 2010-02-09 | Fixed #12804 - regression with decorating admin views. | Luke Plant |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-05-12 | Fixed #10643: fixed the formtools security hash to handle allowed empty forms... | Jacob Kaplan-Moss |
| 2009-05-12 | Fixed #10034: the formtools security hash function is now friendlier to brows... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2008-09-14 | Fixed #8570: Corrected some code that was using 8-space tabs for some reason.... | Russell Keith-Magee |
| 2008-09-08 | Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse... | Adrian Holovaty |
| 2008-08-29 | Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t... | Jacob Kaplan-Moss |
| 2008-08-28 | Marked a handful of missed strings for translation. Fixes #8644, #8617, and #... | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, sidd... | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the... | Jacob Kaplan-Moss |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-06-30 | Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o... | Russell Keith-Magee |
| 2008-06-19 | Fixed #6812 -- Modified the formtools test case to be run order safe with res... | Russell Keith-Magee |
| 2008-06-16 | Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py.... | Adrian Holovaty |
| 2008-03-18 | Added "svn:eol-style native" to every text file in the tree (*.txt, *.html, | Malcolm Tredinnick |
| 2008-03-18 | Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non... | Adrian Holovaty |
| 2008-03-17 | Added parse_params() hook to FormWizard | Adrian Holovaty |
| 2008-03-13 | Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and... | Adrian Holovaty |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |