Changes between Initial Version and Version 1 of Ticket #30178
- Timestamp:
- Feb 11, 2019, 12:48:23 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30178
- Property Summary Support duct-typed database passwords in settings → Support duck-typing for database passwords in settings
-
Ticket #30178 – Description
initial v1 7 7 My organization would love to see this lack of duck-typing as a bug; rather than treating this as a request for all passwords to be pluggable (e.g. a Callable). Supporting duck-typing is consistent with backwards compatibility and also with Python philosophy. 8 8 9 I will attempt to provide a test case and a fix. I will also evaluate this on other backends, because #29199 was quite legitimate.9 I will attempt to provide a test case and a fix. Separately from this ticket, I'll check the other backends, as some users do use postgresql, MySQL, etc. even if it is not the norm.