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 26b0055 commit 2915bbbCopy full SHA for 2915bbb
docs/source/ref/models/fields.rst
@@ -176,9 +176,9 @@ Index transforms
176
^^^^^^^^^^^^^^^^
177
178
Index transforms index into the array. Any non-negative integer can be used.
179
-There are no errors if it exceeds the :attr:`max_size <ArrayField.max_size>` of
180
-the array. The lookups available after the transform are those from the
181
-:attr:`base_field <ArrayField.base_field>`. For example:
+There are no errors if it exceeds the :attr:`~ArrayField.max_size` of the
+array. The lookups available after the transform are those from the
+:attr:`~ArrayField.base_field`. For example:
182
183
.. code-block:: pycon
184
0 commit comments