index
:
chango.git
devmain
fix-31295
initial-branch
main
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
/
wizard
Age
Commit message (
Expand
)
Author
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-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-04-03
[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().
Vishal Lal
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-10
Fixed #21994 -- Added form_dict argument to calls of WizardView.done()
Julian Wachholz
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21259 -- Fixed formstools wizard for InlineFormSet.
Kathryn Killebrew
2013-09-30
* Fixing improper grammar
Adam Haney
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-03-23
Merge pull request #942 from stephrdev/trac-18000
Jannis Leidel
2013-03-23
Added some class attributes to pass initial form lists to the WizardView with...
Stephan Jaekel
2013-03-23
Moved the code to handle goto requests in a extra WizardView method.
Stephan Jaekel
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-01-12
Fixed #18026 -- Don't return an anonymous dict if extra_data in storage is em...
Stephan Jaekel
2012-12-29
Removed the legacy form wizard.
Aymeric Augustin
2012-11-17
Merge pull request #466 from kenthauser/ticket_19025
Jannis Leidel
2012-11-01
Added WizardView.file_storage exception message and docs
Tim Graham
2012-10-31
Add `form` to formwizard context (includes tests)
Kent Hauser
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex 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-22
Corrected the `instance_dict` description for form wizards.
Florian Apolloner
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-03-04
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...
Jannis Leidel
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 #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. Thanks,...
Julien Phalip
2011-12-19
Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. Th...
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-12-19
Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to pla...
Julien Phalip
2011-10-19
Fixed #16393 -- FormWizard's cookie storage backend now works with all versio...
Alex Gaynor
2011-09-26
Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard docs...
Ramiro Morales
2011-08-13
Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...
Jannis Leidel
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-17
Reverting [16376] in preparation for reverting [16356]. See #16182.
Andrew Godwin
[next]