From c214406b6bb15142632be74074d28a79cc65a3e6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 20 May 2024 10:20:56 -0400 Subject: [PATCH] document DATABASES "OPTIONS" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f0ccc65..32eb9ff1 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,14 @@ DATABASES = { "NAME": "my_database", "USER": "my_user", "PASSWORD": "my_password", + "OPTIONS": {...}, }, } ``` +`OPTIONS` is an optional dictionary of parameters that will be passed to +[`MongoClient`](https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html). + ## Known issues and limitations - The following `QuerySet` methods aren't supported: