Browse Source

Refs #30581 -- Updated count of steps in model validation docs.

Follow-up to 667105877e6723c6985399803a364848891513cc.
Joachim Jablon 2 years ago
parent
commit
ce7321932d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/models/instances.txt

+ 1 - 1
docs/ref/models/instances.txt

@@ -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()`