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%
[email protected]
132
132
DATABASES [" default" ] = django_mongodb.parse_uri(MONGODB_URI )
133
133
```
134
134
135
- #### Additional options
135
+ #### Additional ` parse_uri ` options
136
136
137
- The ` parse_uri ` function also accepts these keyword arguments:
137
+ The ` parse_uri ` function accepts these keyword arguments:
138
138
139
- | Argument | Default |
139
+ | Keyword argument | Default setting |
140
140
| -------------------- | --------------------- |
141
141
| ` conn_max_age ` | ` 0 ` |
142
142
| ` conn_health_checks ` | ` False ` |
143
- | ` test ` | None |
143
+ | ` test ` | ` None ` |
144
144
145
145
- The ` conn_max_age ` and ` conn_health_checks ` options can be used with
146
146
[ 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 ).
148
148
149
149
- The ` test ` option can be used to provide a dictionary of [ settings for test databases] (
150
150
https://docs.djangoproject.com/en/latest/ref/settings/#test ).
You can’t perform that action at this time.
0 commit comments