Skip to content

Commit f9d672d

Browse files
committed
Version 5.0 edits
1 parent ca7c6e7 commit f9d672d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

snooty.toml

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

source/get-started/install.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ in your development environment.
5858

5959
.. code-block:: bash
6060

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``).
6265

6366
This command also installs the following dependencies:
6467

6568
- 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
6770

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

0 commit comments

Comments
 (0)