Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().

This commit is contained in:
Tim Graham 2014-04-18 15:00:26 -04:00
parent 275811a93c
commit b43bbd6d39
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ access to more than a single field::
if self.status == 'published' and self.pub_date is None:
self.pub_date = datetime.date.today()
Note, however, that like :meth:`Model.full_clean()`, a model's ``clean()``
method is not invoked when you call your model's :meth:`~Model.save()` method.
Any :exc:`~django.core.exceptions.ValidationError` exceptions raised by
``Model.clean()`` will be stored in a special key error dictionary key,
:data:`~django.core.exceptions.NON_FIELD_ERRORS`, that is used for errors