Re: Newforms admin: Validator for ModelAdmin classes broke my admin

2008-07-17 Thread Brian Rosner
On Jul 17, 2008, at 4:26 AM, Ross Lawley wrote: > Hi all, > > The recent changes in newforms admin r7529 changed the validation > for newforms admin models. However, it is a bit too strict and > doesn't allow customizable admin forms to output non model fields. > > I've added a patch with t

Re: Newforms admin: Validator for ModelAdmin classes broke my admin

2008-07-17 Thread RossC0
Sorry gmail munged the ticket url: http://code.djangoproject.com/ticket/7790 On Jul 17, 11:26 am, "Ross Lawley" <[EMAIL PROTECTED]> wrote: > Hi all, > > The recent changes in newforms admin r7529 changed the validation for > newforms admin models.  However, it is a bit too strict and doesn't all

Newforms admin: Validator for ModelAdmin classes broke my admin

2008-07-17 Thread Ross Lawley
Hi all, The recent changes in newforms admin r7529 changed the validation for newforms admin models. However, it is a bit too strict and doesn't allow customizable admin forms to output non model fields. I've added a patch with tests to: http://code.djangoproject.com/ticket/7790- which also chec