Re: error on manipulator fields

2008-06-28 Thread cwurld
I tried the newforms-admin branch - it did not solve the problem. I am now back to revision 7776 of the trunk. I think the problem is in the documentation. It seems like you must add a "get_manipulator_field_objs" method to your customized class. For example, I added: def get_manipulator_field_o

Re: error on manipulator fields

2008-06-20 Thread TiNo
nlforms is "from django.contrib.localflavor.nl import forms as nlforms" so these are django's own forms. But now I understand. I hadn't taken notice of the newforms-admin branch. I noticed admin was using oldforms, but did not know what to do about it. I will try newforms-admin branch tonight. I

Re: error on manipulator fields

2008-06-19 Thread Karen Tracey
On Thu, Jun 19, 2008 at 6:21 PM, TiNo <[EMAIL PROTECTED]> wrote: > Hi, > > (Django version 0.97-pre-SVN-7633) > > I am trying to use a custom modelfield. When I try to ad an entry in > the admin, i get: > > --- > TypeError at /admin/klant

error on manipulator fields

2008-06-19 Thread TiNo
Hi, (Django version 0.97-pre-SVN-7633) I am trying to use a custom modelfield. When I try to ad an entry in the admin, i get: --- TypeError at /admin/klanten/klant/add/ __init__() got an unexpected keyword argument 'is_required' Trace