Skip to content

Commit d9f8a77

Browse files
committed
docs
1 parent a42eedb commit d9f8a77

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,20 @@ DATABASES["default"] = django_mongodb.parse_uri(MONGODB_URI)
134134

135135
#### Additional options
136136

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

139139
| Argument | Default |
140140
| -------------------- | --------------------- |
141141
| `conn_max_age` | `0` |
142142
| `conn_health_checks` | `False` |
143-
| `test` | `{}` |
143+
| `test` | None |
144144

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

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

151152
Congratulations, your project is ready to go!
152153

0 commit comments

Comments
 (0)