Skip to content

Commit 2de42ec

Browse files
committed
Update docs
1 parent 60bb5dc commit 2de42ec

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
@@ -317,12 +317,13 @@ We will use the following example model::
317317
def __str__(self):
318318
return self.name
319319

320-
KeyTransform
321-
^^^^^^^^^^^^
320+
Embedded field lookup
321+
^^^^^^^^^^^^^^^^^^^^^
322322

323-
Key transforms for :class:`EmbeddedModelArrayField` allow querying fields of
324-
the embedded model. This is done by composing the two involved paths: the path
325-
to the ``EmbeddedModelArrayField`` and the path within the nested embedded model.
323+
Embedded field lookup for :class:`EmbeddedModelArrayField` allow querying
324+
fields of the embedded model. This is done by composing the two involved paths:
325+
the path to the ``EmbeddedModelArrayField`` and the path within the nested
326+
embedded model.
326327
This composition enables generating the appropriate query for the lookups.
327328

328329
.. fieldlookup:: embeddedmodelarrayfield.in

0 commit comments

Comments
 (0)