Changes between Initial Version and Version 6 of Ticket #31463
- Timestamp:
- Apr 14, 2020, 9:16:20 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31463 – Description
initial v6 1 When I use django.db.backends.postgresql, and set OPTIONS like below, it would apply to psycopg2 connections, but not dbshell. 1 When I use django.db.backends.postgresql, and set OPTIONS like below, it would apply to psycopg2 connections, but not dbshell. Developers expect that DB connection configuration would apply in all cases. 2 2 3 {{{ 3 4 DATABASES = {