Skip to content

Commit 75a6eb2

Browse files
kenjisMGatner
andauthored
docs: fix typo
Co-authored-by: MGatner <[email protected]>
1 parent 4010723 commit 75a6eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ standard, without duplicating code. The Model class provides a way to automatica
408408
prior to saving to the database with the ``insert()``, ``update()``, or ``save()`` methods.
409409

410410
.. important:: When you update data, by default, the validation in the model class only
411-
validate provided fields. This is to avoid validation errors when updating only some fields.
411+
validates provided fields. This is to avoid validation errors when updating only some fields.
412412

413413
But this means ``required*`` rules do not work as expected when updating.
414414
If you want to check required fields, you can change the behavior by configuration.

0 commit comments

Comments
 (0)