I'd like to be able to do some further validation in a form, based on
the instance object from which the form was built (i.e., using
form_from_instace).  This would be handy for either populating fields
(i.e., for an extended form class) using the instance or for validation
after the form has been submitted, based on previous information.  Is
there a good way to do this?  Would it be appropriate to modify
form_for_instance to include an 'instance' attribute in the returned
class (or something similar)?

Regards,
Casey



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to