For one of my models I need to do some extra validation.
Because of what I want it isn't possible to just rely on a validator, I
need a manipulator to get a request object.

The manipulator only has to add an extra validator to one field. This
validator validates using the database. No custom form is needed. The
manipulator will be used within Django's admin.

I searched and red and searched and red again but I couldn't find an
answer on this one:
How to add a custom manipulator, extending the default one, to a model
using the default form?

--
Robert Slotboom


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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