#7222: FormPreview should pass the form to done()
-----------------------------------------------------------------+----------
Reporter: Samuel Cormier-Iijima <[EMAIL PROTECTED]> |
Owner: nobody
Status: new |
Milestone:
Component: django.contrib.formtools |
Version: SVN
Resolution: |
Keywords: formpreview done cleaned_data form
Stage: Design decision needed |
Has_patch: 1
Needs_docs: 0 |
Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------------------------------------+----------
Changes (by bthomas):
* cc: [EMAIL PROTECTED] (added)
Comment:
I agree that this would be useful. In comparison, the form wizard passes a
list of form instances to its done() method. This would bring a little
more consistency to formtools.
I had some issues with using cleaned_data instead of the form, but I was
able to hack around them by putting some completely inappropriate data in
cleaned_data.
If this is accepted, should it go into 1.0? It seems that it would be
better to break backwards compatibility now rather than after 1.0.
--
Ticket URL: <http://code.djangoproject.com/ticket/7222#comment:3>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---