Changes between Version 1 and Version 2 of Ticket #31491, comment 6
- Timestamp:
- Apr 21, 2020, 3:51:44 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31491, comment 6
v1 v2 2 2 > `passwd` from `OPTIONS` is passed to a `--password` argument so it shouldn't cause any connection failures. However I agree that we can unify this. We can add a small release note (even if it's not documented). Please send patch via GitHub. 3 3 4 I understand that, but it should not attempt to get the "passwd" from settings_dict instead of "password", which would cause connection failure if there is no "passwd" key specified in django db settings (only "password" key) . 5 I apologise if description wasn't clear enough. I will add reproduction steps. 4 I understand that, actually I was using "OPTIONS" field for database settings, that is where this caused issue on my end. 6 5 7 I have submitted the pull request.6 If you wish to unify this behaviour, I have submitted the pull request.