Skip to content

Commit 6f10dcf

Browse files
committed
another
1 parent 1766926 commit 6f10dcf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/interact-data/crud.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ 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. :py:method:`~django.db.models.query.QuerySet.create`
25+
collection.
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
and their corresponding collections on a web interface. For
2929
more information, see :py:module:`~django.contrib.admin`
3030
in the {+framework+} documentation.
31+
:py:attribute:`~django.views.generic.edit.ModelFormMixin.model`
32+
:py:class:`~django.contrib.gis.db.models.functions.AsGeoJSON`
3133

3234
Query API
3335
~~~~~~~~~
@@ -116,7 +118,7 @@ code:
116118
.. tip::
117119

118120
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+}
120122
documentation.
121123
:py:method:`~django.db.models.query.create`
122124
:py:class:`~django.contrib.auth.middleware.AuthenticationMiddleware`

0 commit comments

Comments
 (0)