Hello all,

Is it possible for a form to inherit from another form? I'd like to
have a separate form for admin users but the majority of the fields
are the same. Therefore I'd like to define something like the
following:

class AdminForm(JoUserForm):
   my_extra_field = forms.BooleanField()

The AdminForm would have all the fields from JoUserForm plus the
BooleanField. Any ideas? I couldn't find anything in the archives.

Another thing: is it still the plan for ValidationWarnings to be added
to newforms?

Regards,

Felix

--~--~---------~--~----~------------~-------~--~----~
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