django1/django/db/backends/postgresql
Tim Graham 184a6eebb0
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list.
CockroachDB's behavior matches PostgreSQL.
2020-07-30 06:38:02 +02:00
..
__init__.py Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 2015-08-07 09:33:17 -04:00
base.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
client.py Fixed #29501 -- Allowed dbshell to pass options to underlying tool. 2020-04-14 14:02:51 +01:00
creation.py Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor(). 2020-02-06 15:29:38 +01:00
features.py Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_requires_list. 2020-07-30 06:38:02 +02:00
introspection.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
operations.py Fixed #31731 -- Removed unreachable code for resetting sequences of auto-created m2m tables in sequence_reset_sql(). 2020-07-17 08:16:32 +02:00
schema.py Fixed #31815 -- Fixed schema value encoding on PostgreSQL. 2020-07-27 06:39:02 +02:00