Skip to content

Commit 11d4f2c

Browse files
committed
AC feedback 2
1 parent 1049049 commit 11d4f2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2525
driver-short = "PyMongo"
2626
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2727
driver-async = "PyMongo Async"
28-
django-odm = "MongoDB Backend for Django"
28+
django-odm = "Django MongoDB Backend"
2929
language = "Python"
3030
mdb-server = "MongoDB Server"
3131
mongo-community = "MongoDB Community Edition"

source/configure-connection.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Configure Your Database Connection
2020
Overview
2121
--------
2222

23-
In this guide, you can learn how to connect your Django project to MongoDB
24-
and configure the connection.
23+
In this guide, you can learn how to configure your Django project's
24+
connection to MongoDB.
2525

2626
Connection Configuration
2727
------------------------
@@ -36,7 +36,7 @@ your connection to MongoDB in the following ways:
3636

3737
.. tip::
3838

39-
To learn how to install the Django ODM and create a
39+
To learn how to install {+django-odm+} and create a
4040
Django project, visit the :ref:`django-get-started` tutorial.
4141

4242
.. _django-connection-configure-manual:

0 commit comments

Comments
 (0)