-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: django
-
None
Context
Customer experienced issue using `parse_uri` with query string args and Python team determined the cause to be https://jira.mongodb.org/browse/PYTHON-1484
Â
Workaround is to use dictionary setting e.g.
"customer_db": { "ENGINE": "django_mongodb_backend", "HOST": URI_WITH_QUERY_STRING_ARGS_INCLUDED, "NAME": "customer_db", }
Definition of done
Document workaround or fix in backend while waiting for PYTHON-1484
Pitfalls
We don't need to block on this but we should track and update backend when PyMongo is fixed.
- related to
-
PYTHON-1687 Allow uri_parser to render a working connection string after validation
-
- Backlog
-
-
PYTHON-1484 MongoClient option validators should not change option values
-
- Backlog
-