index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
formtools
/
tests
/
wizard
/
wizardtests
Age
Commit message (
Expand
)
Author
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21259 -- Fixed formstools wizard for InlineFormSet.
Kathryn Killebrew
2013-10-10
Whitespace cleanup.
Tim Graham
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-31
Add `form` to formwizard context (includes tests)
Kent Hauser
2012-08-15
Ensured that about half of the files opened in the formtools tests were expli...
Alex Gaynor
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-04
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...
Jannis Leidel
2011-12-19
Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...
Julien Phalip
2011-12-19
Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...
Julien Phalip
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-13
Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...
Jannis Leidel