summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/tests
AgeCommit message (Expand)Author
2013-01-12[1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data in stora...Stephan Jaekel
2012-12-24[1.5.x] Use new TestCase methods for equality comparisonsIan Clelland
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-17[1.5.x] Add `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
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-03-31Moved a template that was added in the wrong directory.Aymeric Augustin
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Removed deprecated and undocumented function django.contrib.formtools.utils.s...Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-04Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...Jannis Leidel
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-12-19Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
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
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-04-28Fixed #11726 - FormWizard does sanity check on step number performed before d...Luke Plant
2011-04-02Silenced a DeprecationWarning in formtools caused by testing the deprecated s...Russell Keith-Magee
2011-03-30Updated FormPreview to use form_hmac rather than the old security_hash functionLuke Plant
2011-03-30Removed Django 1.2 compatibility fallback for form wizard hashLuke Plant
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-13Corrected hash in a formtools test to match current method, not Django 1.2Luke Plant
2011-01-13Fixed some bugs with formtools tests.Luke Plant
2011-01-13Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...Luke Plant
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-21Few improvements to FormPreview, thanks Andy!Honza Král
2010-11-16Fixed #14576 - FormWizard.done() method doesn't get passed the last form in t...Luke Plant
2010-10-19Fixed #14498 - Forms passed to FormWizard.process_step are not guaranteed to ...Luke Plant
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant