File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -134,19 +134,20 @@ DATABASES["default"] = django_mongodb.parse_uri(MONGODB_URI)
134
134
135
135
#### Additional options
136
136
137
- ` parse_uri ` also accepts these keyword arguments:
137
+ The ` parse_uri ` function also accepts these keyword arguments:
138
138
139
139
| Argument | Default |
140
140
| -------------------- | --------------------- |
141
141
| ` conn_max_age ` | ` 0 ` |
142
142
| ` conn_health_checks ` | ` False ` |
143
- | ` test ` | ` {} ` |
143
+ | ` test ` | None |
144
144
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 )
147
148
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 ).
150
151
151
152
Congratulations, your project is ready to go!
152
153
You can’t perform that action at this time.
0 commit comments