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"
1919django-version = " 5.2"
2020django-docs = " https://docs.djangoproject.com/en/{+django-version+}"
2121framework = " Django"
22- pymongo-version = " 4.11"
2322pymongo-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.
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
6869After 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