django1/django/db/backends/postgresql
Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields.
Thanks Simon Charette and Mariusz Felisiak for reviews.
2020-09-21 18:24:56 +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 #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL. 2020-08-28 19:09:46 +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 Fixed #31777 -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
introspection.py Fixed #31777 -- Added support for database collations to Char/TextFields. 2020-09-21 18:24:56 +02:00
operations.py Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on PostgreSQL. 2020-08-28 19:09:46 +02:00
schema.py Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migrating away from AutoField. 2020-08-24 14:32:07 +02:00