On 11/17/2014 09:48 AM, Tim Graham wrote: > The reasoning for why it wasn't documented is provided here: > https://github.com/django/django/pull/1443#issuecomment-28045150
That comment is actually in favor of documenting it for Model.clean(), just suggested it be done in a separate PR. (Personally I think it would be better to document the same technique for both Model.clean() and Form.clean(), because I don't think Form.add_error() is significantly easier, and it breaks the API consistency of "always flag a validation problem by raising ValidationError", but I guess that's a larger discussion.) Carl -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/546A281F.6090301%40oddbird.net. For more options, visit https://groups.google.com/d/optout.
