We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1e0b commit 8999776Copy full SHA for 8999776
source/interact-data/crud.txt
@@ -80,7 +80,7 @@ The ``Movie`` model class includes an inner ``Meta`` class and a ``__str__()`` m
80
To learn about these model features, see :ref:`django-models-define` in the
81
Create Models guide.
82
83
-Test: :class:`~django.db.models.IntegerField`
+Test: :djangoclass:`~django.db.models.IntegerField`
84
85
Run Code Examples
86
`````````````````
@@ -140,7 +140,7 @@ code:
140
.. tip::
141
142
To learn more about the ``create()`` method, see
143
- :meth:`~django.db.models.query.QuerySet.create()` in the {+framework+}
+ :django:meth:`~django.db.models.query.QuerySet.create()` in the {+framework+}
144
documentation.
145
146
.. _django-crud-read:
0 commit comments