Skip to content

Commit 0a2f701

Browse files
committed
RM feedback
1 parent 5468bbb commit 0a2f701

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

source/get-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get Started with {+django-odm+}
1515
:values: tutorial
1616

1717
.. meta::
18-
:description: Learn how to create an app to connect to a MongoDB deployment by using {+framework+} MongoDB Backend.
18+
:description: Learn how to create an app to connect to a MongoDB deployment by using {+django-odm+}.
1919
:keywords: quick start, tutorial, basics
2020

2121
.. toctree::

source/model-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Model Your Data
1515
:values: reference
1616

1717
.. meta::
18-
:description: Learn how to use Django MongoDB Backend to model MongoDB data.
18+
:description: Learn how to use {+django-odm+} to model MongoDB data.
1919
:keywords: field, collection, object, model
2020

2121
.. toctree::

source/model-data/models.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,10 @@ and pass the following arguments:
373373
stored in the array. You cannot specify ``EmbeddedModelField`` or
374374
``FileField`` as the base field type.
375375

376-
- ``size``: Specifies the maximum size of the array. This field is
377-
optional.
376+
- ``size``: *(Optional)* Specifies the maximum size of the array.
378377

379-
- ``options``: Specifies {+framework+} field options. This field is
380-
optional. To view a list of available options, see `Field options
378+
- ``options``: *(Optional)* Specifies {+framework+} field options.
379+
To view a list of available options, see `Field options
381380
<{+django-docs+}/ref/models/fields/#field-options>`__
382381
in the {+framework+} documentation.
383382

@@ -420,7 +419,7 @@ the ``EmbeddedModelField()`` class constructor and pass the following arguments:
420419

421420
- ``embedded_model``: Specifies the model class to store.
422421

423-
- ``options``: Specifies {+framework+} field options. This field is optional. To view a list of
422+
- ``options``: *(Optional)* Specifies {+framework+} field options. To view a list of
424423
available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
425424
in the {+framework+} documentation.
426425

@@ -457,6 +456,6 @@ Additional Information
457456
To learn how to use your models to run database operations,
458457
see the :ref:`django-interact-data` guides.
459458

460-
To learn more about {+framework+} field types, see
459+
To learn more about {+framework+} field types, see the
461460
`Model field reference <{+django-docs+}/ref/models/fields/>`__
462461
in the {+framework+} documentation.

0 commit comments

Comments
 (0)