Skip to content

Commit 45edee1

Browse files
committed
edits
1 parent 2651304 commit 45edee1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

source/model-data/indexes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ creates a unique compound index on these fields:
282282
creates an index on the specified fields. To learn more about the ``Meta``
283283
class's ``constraint`` option, see `Constraints <{+django-docs+}/ref/models/constraints/>`__
284284
in the {+framework+} documentation.
285-
:py:attr:`~django.db.models.Options.constraints` or :py:attribute:`~django.db.models.Options.constraints`
286285

287286
Additional Information
288287
----------------------

source/model-data/models.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ define a model:
233233
.. tip::
234234

235235
To learn more about the metadata options you can specify
236-
in the ``Meta`` class, see :py:class:`~django.db.models.options.Options`
236+
in the ``Meta`` class, see `Model Meta options <{+django-docs+}/ref/models/options/>`__
237237
in the {+framework+} documentation.
238238

239239
To use your models, you must add them to your project's
@@ -453,5 +453,8 @@ Additional Information
453453
To learn how to use your models to run database operations,
454454
see the :ref:`django-interact-data` guides.
455455

456-
To learn more about {+framework+} field types, see :py:class:`~django.db.models.Field`
456+
To learn more about {+framework+} field types, see :py:module:`~module-django.db.models.fields`
457+
:py:mod:`~django.db.models.fields` :py:class:`~module-django.db.models.fields`
458+
:py:module:`~django.db.models.fields` :py:mod:`~module-django.db.models.fields`
459+
:py:ref:`~module-django.db.models.fields`
457460
in the {+framework+} documentation.

0 commit comments

Comments
 (0)