Skip to content

Commit ede0d4d

Browse files
committed
try
1 parent 6f10dcf commit ede0d4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/interact-data/crud.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ collection.
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
and their corresponding collections on a web interface. For
29-
more information, see :py:module:`~django.contrib.admin`
29+
more information, see :py:mod:`~django.contrib.admin`
3030
in the {+framework+} documentation.
31-
:py:attribute:`~django.views.generic.edit.ModelFormMixin.model`
32-
:py:class:`~django.contrib.gis.db.models.functions.AsGeoJSON`
3331

3432
Query API
3533
~~~~~~~~~
@@ -120,7 +118,7 @@ code:
120118
To learn more about the ``create()`` method, see
121119
:py:method:`#django.db.models.query.QuerySet.create` in the {+framework+}
122120
documentation.
123-
:py:method:`~django.db.models.query.create`
121+
:py:meth:`~django.db.models.query.QuerySet.create`
124122
:py:class:`~django.contrib.auth.middleware.AuthenticationMiddleware`
125123

126124
.. _django-crud-read:

0 commit comments

Comments
 (0)