File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
287286Additional Information
288287----------------------
Original file line number Diff line number Diff 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
239239To use your models, you must add them to your project's
@@ -453,5 +453,8 @@ Additional Information
453453To learn how to use your models to run database operations,
454454see 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`
457460in the {+framework+} documentation.
You can’t perform that action at this time.
0 commit comments