Skip to content

Commit 44c4cec

Browse files
committed
Update docs
1 parent bfe5eaa commit 44c4cec

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/source/ref/models/fields.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,13 @@ We will use the following example model::
321321
def __str__(self):
322322
return self.name
323323

324-
KeyTransform
325-
^^^^^^^^^^^^
324+
Embedded field lookup
325+
^^^^^^^^^^^^^^^^^^^^^
326326

327-
Key transforms for :class:`EmbeddedModelArrayField` allow querying fields of
328-
the embedded model. This is done by composing the two involved paths: the path
329-
to the ``EmbeddedModelArrayField`` and the path within the nested embedded model.
327+
Embedded field lookup for :class:`EmbeddedModelArrayField` allow querying
328+
fields of the embedded model. This is done by composing the two involved paths:
329+
the path to the ``EmbeddedModelArrayField`` and the path within the nested
330+
embedded model.
330331
This composition enables generating the appropriate query for the lookups.
331332

332333
.. fieldlookup:: embeddedmodelarrayfield.in

0 commit comments

Comments
 (0)