| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-25 | Fixed #23814 -- Documented apps refactored out of Django. | Fabio Natali | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-08-13 | Refs #23276 -- Added missing url() in some places. | Collin Anderson | |
| 2014-05-17 | Fixed #22644 -- Clarified documentation for NamedUrlWizardView | Erik Romijn | |
| 2014-04-23 | Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. | |||
| 2014-04-03 | Fixed #22372 -- Improved description of WizardView.get_context_data(). | Vishal Lal | |
| Thanks simon29 for the report. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-22 | Fixed #22299 -- Cleanup wizard temp files when possible. | Simon Charette | |
| Thanks to @erikr for the review. | |||
| 2014-03-02 | Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. | |||
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-10 | Fixed #21994 -- Added form_dict argument to calls of WizardView.done() | Julian Wachholz | |
| Added an additional keyword argument ``form_dict`` to calls of WizardView.done() implementations which allows easier access to validated forms by their step name. | |||
| 2014-01-22 | Always use parentheses when documenting a method with no arguments. | Baptiste Mispelon | |
| 2013-06-10 | Fixed #20578 - Typo in BaseFormSet module name | Tim Graham | |
| 2013-05-31 | Fixed #20326 - Corrected form wizard get_form() example. | Tim Graham | |
| Thanks tris@ for the report. | |||
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger | |
| 2013-03-30 | Fixed some markup in formtools docs. | Tim Graham | |
| 2013-03-23 | Merge pull request #942 from stephrdev/trac-18000 | Jannis Leidel | |
| Fixed #18000 -- Moved the code to handle goto requests to an extra WizardView method. | |||
| 2013-03-23 | Updated docs, changed versionchanged to versionadded. | Stephan Jaekel | |
| 2013-03-23 | Added some class attributes to pass initial form lists to the WizardView ↵ | Stephan Jaekel | |
| without the need to add them in the as_view call. | |||
| 2013-03-23 | Moved the code to handle goto requests in a extra WizardView method. | Stephan Jaekel | |
| 2013-02-23 | Fixed #19880 - Fixed an error in the form wizard initial_dict example. | Tim Graham | |
| Thanks almalki for the report. | |||
| 2013-01-15 | Clarified WizardView.get_form_prefix doc, refs #19024 | Tim Graham | |
| 2013-01-12 | Fixed #19024 -- Corrected form wizard docs for get_form_prefix. | Stephan Jaekel | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-11-01 | Added WizardView.file_storage exception message and docs | Tim Graham | |
| Thanks Danilo Bargen for the patch. | |||
| 2012-11-01 | Fixed #19179 - Added mention of NamedUrlSessionWizard and ↵ | Tim Graham | |
| NamedUrlCookieWizard; thanks Tom for the report. | |||
| 2012-10-07 | Added section about URL reversion to URL mapper document. | Ramiro Morales | |
| 2012-09-15 | Added an example of using a form wizard with different templates; thanks ↵ | Tim Graham | |
| Lorin Hochstein for the patch. | |||
| 2012-08-19 | Fixed typo in form wizard docs. | Tim Graham | |
| 2012-08-17 | Fixed #18696 - Clarified WizardView heading; thanks sergzach. | Tim Graham | |
| 2012-06-22 | Corrected the `instance_dict` description for form wizards. | Florian Apolloner | |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-05-17 | Added load i18n code to the base wizard form template documentation as it ↵ | Jeremy Cowgar | |
| uses the trans tag. | |||
| 2011-12-19 | Fixed #17163 -- Added the `NamedUrlWizardView.get_step_url()` method. ↵ | Julien Phalip | |
| Thanks, Bradley Ayers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17235 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-19 | Fixed #17162 -- Removed the useless `WizardView.get_wizard_name()` method. ↵ | Julien Phalip | |
| Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17234 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-19 | Fixed #17151 -- Renamed `wizard_prev_step` to the clearer `wizard_goto_step` ↵ | Julien Phalip | |
| in `NamedUrlWizardView`. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17233 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-19 | Fixed #17148 -- Fixed the signature of `WizardView.get_context_data()` to ↵ | Julien Phalip | |
| play nicer with mixin inheritance. Thanks, Bradley Ayers and Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17231 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-06 | Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` ↵ | Julien Phalip | |
| documentation and templates. Thanks, Bradley Ayers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17072 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-16 | Fixed #17023 -- Unified `WizardView` `process_step()` documentation. Thanks ↵ | Ramiro Morales | |
| semente for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16998 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-26 | Tweaked the formwizard docs a bit more. | Ramiro Morales | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16906 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-26 | Fixed #16597 -- Added Sphinx cross-reference metadata to the form wizard ↵ | Ramiro Morales | |
| docs. Thanks FunkyBob for the report and jkistler for the patch. Also, additional fixes in that document and in the WizardView docstrings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16904 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import ↵ | Ramiro Morales | |
| *` usage. This applies to both our own [test] code and documentation examples. Also: * Moved the functions and handlers from `django.conf.urls.defaults` up to `django.conf.urls` deprecating the former module. * Added documentation for `handler403`. * Tweaked the URLs topic document a bit. Thanks to pupeno and cdestigter for their great work contributing patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-13 | Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated ↵ | Jannis Leidel | |
| when running outside of the Django test suite. Also moved around the new wizard's templates a bit to better fit the common app layout. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16616 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-13 | Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-07-04 | Fixed #16382 -- Corrected form wizard docs to use one based step number in ↵ | Jannis Leidel | |
| example template. Thanks, BernhardEssl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16508 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-14 | Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to ↵ | Jannis Leidel | |
| easily provide kwargs to each step form. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16398 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-01 | Fixed #16141 -- Fixed typos in new form wizard. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16309 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-06-01 | Fixed #9200 -- Added new form wizard to formtools based on class based ↵ | Jannis Leidel | |
| views. Many thanks to Stephan Jäkel, ddurham and ElliottM for their work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16307 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
