mirror of
https://github.com/django/django.git
synced 2025-09-07 19:21:13 +00:00
Refs #27859 -- Added DatabaseWrapper.display_name.
Thanks Tim Graham for the review.
This commit is contained in:
parent
5dc6f77423
commit
b3eb6eaf1a
7 changed files with 13 additions and 0 deletions
|
@ -59,6 +59,7 @@ psycopg2.extensions.register_type(INETARRAY)
|
|||
|
||||
class DatabaseWrapper(BaseDatabaseWrapper):
|
||||
vendor = 'postgresql'
|
||||
display_name = 'PostgreSQL'
|
||||
# This dictionary maps Field objects to their associated PostgreSQL column
|
||||
# types, as strings. Column-type strings can contain format strings; they'll
|
||||
# be interpolated against the values of Field.__dict__ before being output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue