Skip to content

Commit 1766926

Browse files
committed
another test
1 parent 49f639b commit 1766926

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/interact-data/crud.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Overview
2222

2323
In this guide, you can learn how to use {+django-odm+} to run
2424
create, read, update, and delete (CRUD) operations on your MongoDB
25-
collection.
25+
collection. :py:method:`~django.db.models.query.QuerySet.create`
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
and 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

0 commit comments

Comments
 (0)