diff --git a/snooty.toml b/snooty.toml index 01b8586..718fee2 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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" diff --git a/source/get-started/install.txt b/source/get-started/install.txt index a3942be..37132f5 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -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