Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ mdb-server = "MongoDB Server"
django-version = "5.0"
django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
framework = "Django"
pymongo-version = "4.10"
pymongo-version = "4.11"
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
5 changes: 3 additions & 2 deletions source/get-started/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ in your development environment.

.. code-block:: bash

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

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

- PyMongo version {+pymongo-version+} and its dependencies
- Latest {+framework+} {+django-version+}.x version and its dependencies
Expand Down
Loading