Skip to content

Commit 6e636cd

Browse files
committed
docs
1 parent d9f8a77 commit 6e636cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ MONGODB_URI = "mongodb+srv://myDatabaseUser:D1fficultP%[email protected]
132132
DATABASES["default"] = django_mongodb.parse_uri(MONGODB_URI)
133133
```
134134

135-
#### Additional options
135+
#### Additional `parse_uri` options
136136

137-
The `parse_uri` function also accepts these keyword arguments:
137+
The `parse_uri` function accepts these keyword arguments:
138138

139-
| Argument | Default |
139+
| Keyword argument | Default setting |
140140
| -------------------- | --------------------- |
141141
| `conn_max_age` | `0` |
142142
| `conn_health_checks` | `False` |
143-
| `test` | None |
143+
| `test` | `None` |
144144

145145
- The `conn_max_age` and `conn_health_checks` options can be used with
146146
[persistent database connections](
147-
https://docs.djangoproject.com/en/latest/ref/databases/#persistent-database-connections)
147+
https://docs.djangoproject.com/en/latest/ref/databases/#persistent-database-connections).
148148

149149
- The `test` option can be used to provide a dictionary of [settings for test databases](
150150
https://docs.djangoproject.com/en/latest/ref/settings/#test).

0 commit comments

Comments
 (0)