Skip to content

Commit 8999776

Browse files
committed
another test
1 parent 64f1e0b commit 8999776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/interact-data/crud.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The ``Movie`` model class includes an inner ``Meta`` class and a ``__str__()`` m
8080
To learn about these model features, see :ref:`django-models-define` in the
8181
Create Models guide.
8282

83-
Test: :class:`~django.db.models.IntegerField`
83+
Test: :djangoclass:`~django.db.models.IntegerField`
8484

8585
Run Code Examples
8686
`````````````````
@@ -140,7 +140,7 @@ code:
140140
.. tip::
141141

142142
To learn more about the ``create()`` method, see
143-
:meth:`~django.db.models.query.QuerySet.create()` in the {+framework+}
143+
:django:meth:`~django.db.models.query.QuerySet.create()` in the {+framework+}
144144
documentation.
145145

146146
.. _django-crud-read:

0 commit comments

Comments
 (0)