Skip to content

Commit 9374e2e

Browse files
committed
AC feedback
1 parent 8fd7b28 commit 9374e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/model-data/models.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,9 @@ and modifies the ``Movie`` model to include the ``EmbeddedModelField``:
458458
Use an EmbeddedModelArrayField
459459
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
460460

461-
You can use an ``EmbeddedModelArrayField`` to represent a MongoDB ``Object``
462-
that stores an array of documents. Each document in the array corresponds
463-
to a {+django-odm+} ``EmbeddedModelField`` value. To create an ``EmbeddedModelArrayField``,
461+
You can use an ``EmbeddedModelArrayField`` to represent a MongoDB document
462+
field that stores an array of documents in a one-to-many relationship. Each
463+
document in the array corresponds to a {+django-odm+} ``EmbeddedModelField`` value. To create an ``EmbeddedModelArrayField``,
464464
use the ``EmbeddedModelArrayField()`` class constructor and pass the following arguments:
465465

466466
- ``embedded_model``: Specifies the model stored in each array item.

0 commit comments

Comments
 (0)