mirror of
https://github.com/django/django.git
synced 2025-01-08 17:37:20 +00:00
6a21658163
- Used connection.info instead of connection.get_parameter_status() and connection.server_info which don't exist in psycopg 3. - Set encoding using the client_encoding connection parameter instead of connection.set_client_encoding() that doesn't exist in psycopg 3. - Used the dbname connection parameter instead of deprecated alias - database. |
||
---|---|---|
.. | ||
base | ||
mysql | ||
oracle | ||
postgresql | ||
sqlite | ||
__init__.py | ||
models.py | ||
test_ddl_references.py | ||
test_utils.py | ||
tests.py |