Skip to content

Commit e1036da

Browse files
timgrahamnorareidy
authored andcommitted
Correct which version of PyMongo is installed
(cherry picked from commit c230844)
1 parent c217ade commit e1036da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ mdb-server = "MongoDB Server"
1919
django-version = "5.2"
2020
django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
2121
framework = "Django"
22-
pymongo-version = "4.11"
2322
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"

source/get-started/install.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ in your development environment.
6060

6161
pip install django-mongodb-backend
6262

63-
This command also installs the following dependencies:
63+
This command also installs the latest versions of the following
64+
dependencies:
6465

65-
- PyMongo version {+pymongo-version+} and its dependencies
66-
- Latest {+framework+} {+django-version+}.x version and its dependencies
66+
- PyMongo 4.x
67+
- {+framework+} {+django-version+}.x
6768

6869
After you complete these steps, you have {+django-odm+} and its
69-
dependencies installed in your development environment.
70+
dependencies installed in your development environment.

0 commit comments

Comments
 (0)