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
2222
2323In this guide, you can learn how to use {+django-odm+} to run
2424create, read, update, and delete (CRUD) operations on your MongoDB
25- collection.
25+ collection. :py:method:`~django.db.models.query.QuerySet.create`
2626
2727You can also use the {+framework+} admin site to edit your models
2828and their corresponding collections on a web interface. For
@@ -118,9 +118,8 @@ code:
118118 To learn more about the ``create()`` method, see
119119 :py:method:`~django.db.models.query.QuerySet.create` in the {+framework+}
120120 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`
124123
125124.. _django-crud-read:
126125
You can’t perform that action at this time.
0 commit comments