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: