index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
namedwizardtests
Age
Commit message (
Expand
)
Author
2014-11-26
Fixed #23677 -- Removed contrib.formtools
Tim Graham
2014-06-09
Fixed formtools tests with Python 2
Claude Paroz
2014-05-30
Fixed #19905 -- Fixed leakage of file descriptors in form wizard.
Florian Apolloner
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-10
Fixed #21994 -- Added form_dict argument to calls of WizardView.done()
Julian Wachholz
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2013-04-02
Modified formtools to work with unittest2 discovery.
Preston Timmons
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
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-03-03
Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...
Jannis Leidel
2011-12-19
Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, Steph...
Julien Phalip
2011-12-19
Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...
Julien Phalip
2011-12-19
Fixed #17150 -- Made `NamedUrlWizardView.url_name` available in the template ...
Julien Phalip
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