django/django/db/backends/postgresql
2018-07-25 08:00:11 +02:00
..
__init__.py
base.py Fixed #29015 -- Added an exception if the PostgreSQL database name is too long. 2018-04-27 21:37:42 -04:00
client.py Refs #27954 -- Fixed typo in django/db/backends/postgresql/client.py comment. 2017-11-26 16:27:37 +01:00
creation.py Fixed #29040 -- Made test database creation messages use a consistent output stream. 2018-07-19 18:05:33 -04:00
features.py Fixed #28574 -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00
introspection.py Refs #27098 -- Removed unused introspection queries. 2018-05-26 16:29:02 +02:00
operations.py Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField. 2018-07-25 08:00:11 +02:00
schema.py Fixed #28077 -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04:00
utils.py