File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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.
25
+ collection. :py:method:`~django.db.models.query.QuerySet.create`
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
@@ -118,9 +118,8 @@ code:
118
118
To learn more about the ``create()`` method, see
119
119
:py:method:`~django.db.models.query.QuerySet.create` in the {+framework+}
120
120
documentation.
121
- :py:class:`~django.db.models.query.QuerySet.create`
122
- :py:function:`~django.db.models.query.QuerySet.create`
123
- :py:method:`django.db.models.query.QuerySet.create`
121
+ :py:method:`~django.db.models.query.create`
122
+ :py:class:`~django.contrib.auth.middleware.AuthenticationMiddleware`
124
123
125
124
.. _django-crud-read:
126
125
You can’t perform that action at this time.
0 commit comments