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)
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
151152Congratulations, your project is ready to go!
152153
You can’t perform that action at this time.
0 commit comments