summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests
AgeCommit message (Expand)Author
2014-06-09[1.7.x] Fixed formtools tests with Python 2Claude Paroz
2014-06-07[1.7.x] Fixed #22772 -- Defer wizard temporary files deletion.Simon Charette
2014-05-30[1.7.x] Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-05-30[1.7.x] Fixed #19905 -- Fixed leakage of file descriptors in form wizard.Florian Apolloner
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-05Removed 'return' in __init__maurycyp
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Removed import * in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21259 -- Fixed formstools wizard for InlineFormSet.Kathryn Killebrew
2013-10-17Removed importing formtools tests in __init__.pyTim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-02Modified formtools to work with unittest2 discovery.Preston Timmons
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
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
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-01-12Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...Stephan Jaekel
2012-12-29Removed the legacy form wizard.Aymeric Augustin
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-31Add `form` to formwizard context (includes tests)Kent Hauser
2012-09-25Fixed #19020 -- Do not depend on dict order in formtools testsClaude Paroz
2012-08-18[py3] Fixed formtools tests.Aymeric Augustin
2012-08-15Ensured that about half of the files opened in the formtools tests were expli...Alex Gaynor
2012-08-14Reverted pickle-json replacement form_hmac calculationClaude Paroz
2012-08-13[py3] Fixed contrib.formtools testsClaude Paroz
2012-08-13Replaced pickle by json in form_hmac calculationClaude Paroz
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
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-05-19Fixed test failures after commit 1a66f53. Refs #18340Claude Paroz
2012-05-19Fixed #18340 -- Fixed formtools form_hmac with Unicode inputClaude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz