File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ collection.
26
26
27
27
You can also use the {+framework+} admin site to edit your models
28
28
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`
30
30
in the {+framework+} documentation.
31
- :py:attribute:`~django.views.generic.edit.ModelFormMixin.model`
32
- :py:class:`~django.contrib.gis.db.models.functions.AsGeoJSON`
33
31
34
32
Query API
35
33
~~~~~~~~~
@@ -120,7 +118,7 @@ code:
120
118
To learn more about the ``create()`` method, see
121
119
:py:method:`#django.db.models.query.QuerySet.create` in the {+framework+}
122
120
documentation.
123
- :py:method :`~django.db.models.query.create`
121
+ :py:meth :`~django.db.models.query.QuerySet .create`
124
122
:py:class:`~django.contrib.auth.middleware.AuthenticationMiddleware`
125
123
126
124
.. _django-crud-read:
You can’t perform that action at this time.
0 commit comments