@@ -373,11 +373,10 @@ and pass the following arguments:
373
373
stored in the array. You cannot specify ``EmbeddedModelField`` or
374
374
``FileField`` as the base field type.
375
375
376
- - ``size``: Specifies the maximum size of the array. This field is
377
- optional.
376
+ - ``size``: *(Optional)* Specifies the maximum size of the array.
378
377
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
381
380
<{+django-docs+}/ref/models/fields/#field-options>`__
382
381
in the {+framework+} documentation.
383
382
@@ -420,7 +419,7 @@ the ``EmbeddedModelField()`` class constructor and pass the following arguments:
420
419
421
420
- ``embedded_model``: Specifies the model class to store.
422
421
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
424
423
available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
425
424
in the {+framework+} documentation.
426
425
@@ -457,6 +456,6 @@ Additional Information
457
456
To learn how to use your models to run database operations,
458
457
see the :ref:`django-interact-data` guides.
459
458
460
- To learn more about {+framework+} field types, see
459
+ To learn more about {+framework+} field types, see the
461
460
`Model field reference <{+django-docs+}/ref/models/fields/>`__
462
461
in the {+framework+} documentation.
0 commit comments