On Thu, 2008-02-14 at 11:11 -0800, [EMAIL PROTECTED] wrote: > I haven't checked out django trunk in a few days, it wasn't working > earlier (With a NoneType error). I'll get the latest Django and try it > again with a follow-up.
Subclassing ModelForms was fixed in [7115], so you will need the recent code. It's even documented now: http://www.djangoproject.com/documentation/modelforms/#form-inheritance Have a look in the test suite (tests/modeltests/model_forms/models.py) is you want some more examples, but it should basically Just Work(tm). Malcolm -- Telepath required. You know where to apply... http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

