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_objs(self):
        return [oldforms.TextField]

You can see examples in django/db/models/fields/__init__.py

Chuck

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to