summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests/wizard/namedwizardtests
AgeCommit message (Expand)Author
2014-11-26Fixed #23677 -- Removed contrib.formtoolsTim Graham
2014-06-09Fixed formtools tests with Python 2Claude Paroz
2014-05-30Fixed #19905 -- Fixed leakage of file descriptors in form wizard.Florian Apolloner
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-03-23Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...Russell Keith-Magee
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2012-08-15Ensured that about half of the files opened in the formtools tests were expli...Alex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-25Specified when open should use binary mode.Claude Paroz
2012-03-03Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...Jannis Leidel
2011-12-19Fixed #17408 -- Cleaned up some namings in `contrib.formtools`. Thanks, Steph...Julien Phalip
2011-12-19Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ...Julien Phalip
2011-12-19Fixed #17150 -- Made `NamedUrlWizardView.url_name` available in the template ...Julien Phalip
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel