summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations/0001_setup_extensions.py
AgeCommit message (Expand)Author
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre
2017-04-25Alphabetized CITextExtension in test migration.Paolo Melchiorre
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-08-12Refs #27030 -- Added BtreeGinExtension operation.Akshesh
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-04-27Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-04Removed unused import.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn