Skip to content

Commit c214406

Browse files
committed
document DATABASES "OPTIONS"
1 parent 3c3ad0e commit c214406

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ DATABASES = {
4040
"NAME": "my_database",
4141
"USER": "my_user",
4242
"PASSWORD": "my_password",
43+
"OPTIONS": {...},
4344
},
4445
}
4546
```
4647

48+
`OPTIONS` is an optional dictionary of parameters that will be passed to
49+
[`MongoClient`](https://pymongo.readthedocs.io/en/stable/api/pymongo/mongo_client.html).
50+
4751
## Known issues and limitations
4852

4953
- The following `QuerySet` methods aren't supported:

0 commit comments

Comments
 (0)