@@ -374,8 +374,9 @@ and pass the following arguments:
374
374
- ``size``: Specifies the maximum size of the array. This field is
375
375
optional.
376
376
377
- - ``options``: Specifies {+framework+} field options. To view a list of
378
- available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
377
+ - ``options``: Specifies {+framework+} field options. This field is
378
+ optional. To view a list of available options, see `Field options
379
+ <{+django-docs+}/ref/models/fields/#field-options>`__
379
380
in the {+framework+} documentation.
380
381
381
382
.. tip::
@@ -417,7 +418,7 @@ the ``EmbeddedModelField()`` class constructor and pass the following arguments:
417
418
418
419
- ``embedded_model``: Specifies the model class to store.
419
420
420
- - ``options``: Specifies {+framework+} field options. To view a list of
421
+ - ``options``: Specifies {+framework+} field options. This field is optional. To view a list of
421
422
available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
422
423
in the {+framework+} documentation.
423
424
@@ -452,7 +453,7 @@ Additional Information
452
453
----------------------
453
454
454
455
To learn how to use your models to run database operations,
455
- see the :ref:`interact-data` guides.
456
+ see the :ref:`django- interact-data` guides.
456
457
457
458
To learn more about {+framework+} field types, see `Model index reference
458
459
<{+django-docs+}/ref/models/fields/>`__ in the {+framework+}
0 commit comments