diff options
| author | Joachim Jablon <ewjoachim@gmail.com> | 2022-05-18 09:55:43 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-05-18 11:39:06 +0200 |
| commit | daf83303d14ea9b79ad277475cbf018076776f25 (patch) | |
| tree | 7f3c7317ec07ad5831b644f0f115e5a2eda0b9e5 /docs/ref | |
| parent | ac6410ec071f53893914c82e820a2320866681df (diff) | |
[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.
Follow-up to 667105877e6723c6985399803a364848891513cc.
Backport of ce7321932d07b7bf9e6be77b9865c5058d9c1e4d from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/instances.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index b3323eaa0e..9aa9486f4a 100644 --- a/docs/ref/models/instances.txt +++ b/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()` |
