[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.

Follow-up to 667105877e.

Backport of ce7321932d from main
This commit is contained in:
Joachim Jablon 2022-05-18 09:55:43 +02:00 committed by Carlton Gibson
parent ac6410ec07
commit daf83303d1
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ fields that are currently deferred for this model.
Validating objects
==================
There are three steps involved in validating a model:
There are four steps involved in validating a model:
1. Validate the model fields - :meth:`Model.clean_fields()`
2. Validate the model as a whole - :meth:`Model.clean()`