File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,19 +132,19 @@ MONGODB_URI = "mongodb+srv://myDatabaseUser:D1fficultP%40ssw0rd@cluster0.example
132132DATABASES [" 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 ).
You can’t perform that action at this time.
0 commit comments