summaryrefslogtreecommitdiff
path: root/django/contrib/formtools
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-01Fixed a silly bug in [12644].Jacob Kaplan-Moss
2010-03-01Fixed #1104: set `FormWizard.extra_context` in `__init__` to avoid context le...Jacob Kaplan-Moss
2010-02-27Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.Russell Keith-Magee
2010-02-22Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank...Justin Bronn
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-05-12Fixed #10643: fixed the formtools security hash to handle allowed empty forms...Jacob Kaplan-Moss
2009-05-12Fixed #10034: the formtools security hash function is now friendlier to brows...Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2008-09-14Fixed #8570: Corrected some code that was using 8-space tabs for some reason....Russell Keith-Magee
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-08-29Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t...Jacob Kaplan-Moss
2008-08-28Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...Jacob Kaplan-Moss
2008-08-26Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, sidd...Jacob Kaplan-Moss
2008-08-26Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...Jacob Kaplan-Moss
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-19Fixed #6812 -- Modified the formtools test case to be run order safe with res...Russell Keith-Magee
2008-06-16Fixed #7354 -- Fixed a Python 2.3 compatibility issue in formtools/wizard.py....Adrian Holovaty
2008-03-18Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,Malcolm Tredinnick
2008-03-18Fixed corner-case bug in formtools wizard.py and preview.py, in case of a Non...Adrian Holovaty
2008-03-17Added parse_params() hook to FormWizardAdrian Holovaty
2008-03-13Fixed #3218 -- Implemented django.contrib.formtools.wizard. Thanks, Honza and...Adrian Holovaty
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-11-29Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-11-29Fixed #5441 -- Added tests for django.contrib.formtools. Thanks, simeon.Malcolm Tredinnick
2007-09-14Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankannoAdrian Holovaty
2007-05-19Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.Malcolm Tredinnick
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-03-20Fixed #3758 -- Changed FormPreview template to use 'label' instead of 'verbos...Adrian Holovaty
2006-12-30Added missing import to django.contrib.formtools.preview from [4259]. Thanks,...Adrian Holovaty
2006-12-29Fixed #3204 -- Changed FormPreview to use RequestContextAdrian Holovaty
2006-12-05Added django.contrib.formtools, including the forced-preview applicationAdrian Holovaty