--
Ticket URL: <https://code.djangoproject.com/ticket/18000>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: steph (added)
* needs_docs: => 0
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:1>
* cc: msopacua (added)
* stage: Unreviewed => Design decision needed
Comment:
Needs a decision on whether it's useful. A +1 from me, for what it's worth
;)
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:2>
Comment (by steph):
I just wrote a bunch of code to make it possible to store the form data
before changing the step. I don't think we should change the default
behaviour because users except that the data is not saved. With this
change any developer can overwrite the render_goto_step method to change
the default behaviour. Please see this commit:
https://github.com/stephrdev/django/commit/1b7e25e0427888af7958f3960c31f42ff1ce3ef2
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:3>
* owner: nobody => steph
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:4>
* stage: Design decision needed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"e7514e4978178ba68a872ac0004dd6f8049f3d76"]:
{{{
#!CommitTicketReference repository=""
revision="e7514e4978178ba68a872ac0004dd6f8049f3d76"
Merge pull request #942 from stephrdev/trac-18000
Fixed #18000 -- Moved the code to handle goto requests to an extra
WizardView method.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18000#comment:6>