On 11/13/05, Maniac <[EMAIL PROTECTED]> wrote: > Automatic manipulators (ChangeManipulator, AddManipulator) have all > these nice things like uniqueness validation for fields that was > declared unique in a model. I'd like to use all this goodness in a > custom manipulator. Is it possible?
Hey Maniac, Yup, of course it's possible! :) Just set validator_list, as appropriate, for any of the fields in your manipulator. See the full list of validators in django/core/validators.py. The automatic manipulators set validator_list automatically, to some automatic validation functions, but if you want to do things like checking for uniqueness, you'll have to write the validator function yourself. Hope this answers your question. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org