File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ mdb-server = "MongoDB Server"
19
19
django-version = " 5.0"
20
20
django-docs = " https://docs.djangoproject.com/en/{+django-version+}"
21
21
framework = " Django"
22
- pymongo-version = " 4.10 "
22
+ pymongo-version = " 4.11 "
23
23
pymongo-docs = " https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
Original file line number Diff line number Diff line change @@ -58,12 +58,15 @@ in your development environment.
58
58
59
59
.. code-block:: bash
60
60
61
- pip install django-mongodb-backend
61
+ pip install django-mongodb-backend=={+django-version+}.0<patch-version>
62
+
63
+ Replace the <patch-version> placeholder with the patch version you want
64
+ to install (``a1``, ``a2``, ``a3``, or ``b0``).
62
65
63
66
This command also installs the following dependencies:
64
67
65
68
- PyMongo version {+pymongo-version+} and its dependencies
66
- - Latest {+framework+} {+django-version+}.x version and its dependencies
69
+ - {+framework+} version {+django-version+}.x and its dependencies
67
70
68
71
After you complete these steps, you have {+django-odm+} and its
69
72
dependencies installed in your development environment.
You can’t perform that action at this time.
0 commit comments