Re: Better newforms metaclassing

2007-09-17 Thread Malcolm Tredinnick
On Mon, 2007-09-17 at 07:15 +, SmileyChris wrote: > In regards to http://code.djangoproject.com/ticket/5050, Malcolm said: > > This needs some django-dev discussion.[...] > > I also feel a bit suspicious about the design. Both Form and > BaseForm end up with the same root metaclass (because >

Better newforms metaclassing

2007-09-17 Thread SmileyChris
In regards to http://code.djangoproject.com/ticket/5050, Malcolm said: > This needs some django-dev discussion.[...] > I also feel a bit suspicious about the design. Both Form and BaseForm end up > with the same root metaclass (because DeclarativeFieldsMetaclass inherits > from BaseFieldsMetacla