Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c82dbd

Browse files
committedMar 26, 2025·
Correct docs on ArrayField.max_size validation
1 parent b70d559 commit 1c82dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/ref/models/fields.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Some MongoDB-specific fields are available in ``django_mongodb_backend.fields``.
6464
This is an optional argument.
6565

6666
If passed, the array will have a maximum size as specified, validated
67-
only by forms.
67+
by forms and model validation, but not enforced by the database.
6868

6969
Querying ``ArrayField``
7070
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
Please sign in to comment.