summaryrefslogtreecommitdiff
path: root/django/contrib/formtools/wizard
AgeCommit message (Expand)Author
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-03-23Merge pull request #942 from stephrdev/trac-18000Jannis Leidel
2013-03-23Added some class attributes to pass initial form lists to the WizardView with...Stephan Jaekel
2013-03-23Moved the code to handle goto requests in a extra WizardView method.Stephan Jaekel
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-11-17Merge pull request #466 from kenthauser/ticket_19025Jannis Leidel
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
2012-10-31Add `form` to formwizard context (includes tests)Kent Hauser
2012-08-13[py3] Fixed contrib.formtools testsClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-22Corrected the `instance_dict` description for form wizards.Florian Apolloner
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
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 #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,...Julien Phalip
2011-12-19Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th...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-10-19Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...Alex Gaynor
2011-09-26Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...Ramiro Morales
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-17Reverting [16376] in preparation for reverting [16356]. See #16182.Andrew Godwin
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-12Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in ...Ramiro Morales
2011-06-11Fixed #16222: Test failures due to more precise cookie timings. Refs [16356].Andrew Godwin
2011-06-11Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel
2011-06-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel