Changes between Version 1 and Version 2 of Ticket #31491, comment 6


Ignore:
Timestamp:
Apr 21, 2020, 3:51:44 AM (4 years ago)
Author:
Maruti N Sharma

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31491, comment 6

    v1 v2  
    22> `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.
    33
    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.
     4I understand that, actually I was using "OPTIONS" field for database settings, that is where this caused issue on my end.
    65
    7 I have submitted the pull request.
     6If you wish to unify this behaviour, I have submitted the pull request.
Back to Top