Changes between Initial Version and Version 1 of Ticket #31491, comment 6
- Timestamp:
- Apr 21, 2020, 3:48:43 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31491, comment 6
initial v1 4 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 5 I apologise if description wasn't clear enough. I will add reproduction steps. 6 7 I have submitted the pull request.