File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,4 @@ mdb-server = "MongoDB Server"
19
19
django-version = " 5.2"
20
20
django-docs = " https://docs.djangoproject.com/en/{+django-version+}"
21
21
framework = " Django"
22
- pymongo-version = " 4.11"
23
22
pymongo-docs = " https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
Original file line number Diff line number Diff line change @@ -60,10 +60,11 @@ in your development environment.
60
60
61
61
pip install django-mongodb-backend
62
62
63
- This command also installs the following dependencies:
63
+ This command also installs the latest versions of the following
64
+ dependencies:
64
65
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
67
68
68
69
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.
You can’t perform that action at this time.
0 commit comments