#10557: FormWizard should not output raw HTML for previous_fields
----------------------------------------------------------------+-----------
Reporter: Matthew Flanagan <[email protected]> |
Owner: nobody
Status: new |
Milestone: 1.3
Component: django.contrib.formtools |
Version: SVN
Resolution: |
Keywords: wizard
Stage: Accepted |
Has_patch: 1
Needs_docs: 0 |
Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------------------+-----------
Comment (by lukeplant):
There are backwards compatibility issues with changing the signature of
`FormWizard.render_template`. It is a method that subclasses can override,
therefore changes to it must be done with keyword arguments, '''and''' any
time it is called from the `FormWizard` class we must check that the
method accepts the keyword argument we want to pass (use
inspect.getargspec).
Thanks.
--
Ticket URL: <http://code.djangoproject.com/ticket/10557#comment:8>
Django <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.