#14066: Shouldn't ModelFormMetaclass be public for inheritance issues? ----------------------------+----------------------------------------------- Reporter: rm4dillo | Owner: nobody Status: new | Milestone: 2.0 Component: Core framework | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------+----------------------------------------------- Hi,
I'm trying to override the ModelForm class in order to create a Form with dynamic fields. My new class (that inherits from ModelForm) needs a meta class which should be a child of ModelFormMetaclass but this class is not in the __all__ list of the admin.forms.modules module. Is there a reason for this? If not could you please add the ModelFormMetaclass symbol to admin.forms.modules._ _all_ _? Thanks in advance. Rm4dillo -- Ticket URL: <http://code.djangoproject.com/ticket/14066> 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.
