summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/features.py
AgeCommit message (Expand)Author
2019-01-17Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham
2015-08-07Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham