On 9/12/05, Sokolov Yura <[EMAIL PROTECTED]
> wrote:
where is the place I ought to insert this statement for automatic
checking in general views?
Fields has option 'validator_list', which has no enough documentation.
I looked at source of django and saw that validator, which should check
the whole table or other tables (like ForeingKey and Unique) ought to
be builtin. Am I wrong?
If I am, I'd like to see an example of user defined validator, which
can do it. (And use it :-)
And model's META has no similar option.
May be It shoud be in _pre_save? Example? Question in Documentation
page
http://www.djangoproject.com/documentation/models/save_delete_hooks/
left without answere.
(excuse my english)