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
1 change: 0 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ mdb-server = "MongoDB Server"
django-version = "5.2"
django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
framework = "Django"
pymongo-version = "4.11"
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
2 changes: 1 addition & 1 deletion source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This nested dictionary has the following keys:
* - **OPTIONS**
- | A dictionary of additional connection options for the database. This key is optional.
| To see a full list of connection options that you can set in the ``OPTIONS`` key,
see the optional parameters for `MongoClient <https://pymongo.readthedocs.io/en/4.10.1/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
see the optional parameters for `MongoClient <https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html#pymongo.mongo_client.MongoClient>`__
in the PyMongo API documentation.

.. _django-manual-config-example:
Expand Down
9 changes: 5 additions & 4 deletions source/get-started/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ in your development environment.

pip install django-mongodb-backend

This command also installs the following dependencies:
This command also installs the latest versions of the following
dependencies:

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

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