Re: Splitting django.newforms.models

2007-12-18 Thread Jason Davies
Sounds like a sensible cleanup to me. Regards, Jason On Dec 17, 8:21 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > I would like to propose splitting django.newforms.models. The reasoning > behind this stems from the work going on in newforms-admin. > django.newforms.mode

Splitting django.newforms.models

2007-12-17 Thread Brian Rosner
I would like to propose splitting django.newforms.models. The reasoning behind this stems from the work going on in newforms-admin. django.newforms.models now consists of ModelForm, the model choice fields and the model related formset code. I am working on a patch that adds declarative style