On 9/28/06, shaunc <[EMAIL PROTECTED]> wrote:
> I'd think that Field.validate should at least call explicitly set
> validators. (Best, perhaps, would be for it to call validate_explicit,
> and validate_default -- where subclasses override validate_default to
> change behavior on a per-class basis.
I believe the following code should print "FOO", but it doesn't. This
seems to be because django.db.models.fields.Field.validate does nothing
(and IntegerField doesn't override this).
I'd think that Field.validate should at least call explicitly set
validators. (Best, perhaps, would be for it to