We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fd841 commit 765f083Copy full SHA for 765f083
docs/source/ref/models/fields.rst
@@ -13,7 +13,7 @@ Some MongoDB-specific fields are available in ``django_mongodb_backend.fields``.
13
A field for storing lists of data. Most field types can be used, and you
14
pass another field instance as the :attr:`base_field
15
<ArrayField.base_field>`. You may also specify a :attr:`max_size
16
- <ArrayField.max_size>` and :attr:`size
+ <ArrayField.max_size>` or :attr:`size
17
<ArrayField.size>`. ``ArrayField`` can be nested to store
18
multi-dimensional arrays.
19
0 commit comments