Skip to content

Commit 7fa9f4e

Browse files
authored
Version 5.0 edits (#16)
* Version 5.0 edits * build * monospace * jib feedback * fix
1 parent ca7c6e7 commit 7fa9f4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ in your development environment.
5858

5959
.. code-block:: bash
6060

61-
pip install django-mongodb-backend
61+
pip install --pre "django-mongodb-backend=={+django-version+}.*"
6262

63-
This command also installs the following dependencies:
63+
This command installs the latest compatible version of our library for Django version
64+
{+django-version+} and installs the following dependencies:
6465

6566
- PyMongo version {+pymongo-version+} and its dependencies
6667
- Latest {+framework+} {+django-version+}.x version and its dependencies

0 commit comments

Comments
 (0)