#8619: Allow FormWizard to accept classes or instances
--------------------------------------+-------------------------------------
Reporter: rokclimb15 | Owner: nobody
Status: new | Milestone:
Component: django.contrib.formtools | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
--------------------------------------+-------------------------------------
This is a feature request for !FormWizard to take instances of Forms
rather than just callable classes. This will allow modification of the
form_list in process_step to give extra arguments to Form instances (such
as to specify dynamic field creation). I am not entirely sure how to
accomplish this, or I would include a patch. I think it would involve
some introspection work to figure out if the object is callable
hasattr('callable')?
If someone can point me in the right direction, I can make the patch for
this.
--
Ticket URL: <http://code.djangoproject.com/ticket/8619>
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
-~----------~----~----~----~------~----~------~--~---