File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ Overview
22
22
23
23
In this guide, you can learn how to use {+django-odm+} to run
24
24
create, read, update, and delete (CRUD) operations on your MongoDB
25
- collection. :py:method:`~django.db.models.query.QuerySet.create`
25
+ 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
29
more information, see :py:module:`~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`
31
33
32
34
Query API
33
35
~~~~~~~~~
@@ -116,7 +118,7 @@ code:
116
118
.. tip::
117
119
118
120
To learn more about the ``create()`` method, see
119
- :py:method:`~ django.db.models.query.QuerySet.create` in the {+framework+}
121
+ :py:method:`# django.db.models.query.QuerySet.create` in the {+framework+}
120
122
documentation.
121
123
:py:method:`~django.db.models.query.create`
122
124
:py:class:`~django.contrib.auth.middleware.AuthenticationMiddleware`
You can’t perform that action at this time.
0 commit comments