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:
282
282
creates an index on the specified fields. To learn more about the ``Meta``
283
283
class's ``constraint`` option, see `Constraints <{+django-docs+}/ref/models/constraints/>`__
284
284
in the {+framework+} documentation.
285
- :py:attr:`~django.db.models.Options.constraints` or :py:attribute:`~django.db.models.Options.constraints`
286
285
287
286
Additional Information
288
287
----------------------
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ define a model:
233
233
.. tip::
234
234
235
235
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/>`__
237
237
in the {+framework+} documentation.
238
238
239
239
To use your models, you must add them to your project's
@@ -453,5 +453,8 @@ Additional Information
453
453
To learn how to use your models to run database operations,
454
454
see the :ref:`django-interact-data` guides.
455
455
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`
457
460
in the {+framework+} documentation.
You can’t perform that action at this time.
0 commit comments