mirror of
https://github.com/django/django.git
synced 2025-04-12 03:22:21 +00:00
[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.
Follow-up to 667105877e6723c6985399803a364848891513cc. Backport of ce7321932d07b7bf9e6be77b9865c5058d9c1e4d from main
This commit is contained in:
parent
ac6410ec07
commit
daf83303d1
@ -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()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user