index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
migrations
/
0001_setup_extensions.py
Age
Commit message (
Expand
)
Author
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-07-31
Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL.
Mariusz Felisiak
2020-07-28
Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.
Nick Pope
2020-05-14
Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.
Mariusz Felisiak
2020-01-31
Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.
Mariusz Felisiak
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-04-25
Alphabetized CITextExtension in test migration.
Paolo Melchiorre
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-21
Fixed #26610 -- Added CITextField to contrib.postgres.
Mads Jensen
2016-08-12
Refs #27030 -- Added BtreeGinExtension operation.
Akshesh
2016-05-13
Fixed #24938 -- Added PostgreSQL trigram support.
Matthew Somerville
2016-04-27
Fixed #26542 -- Fixed quoting in CreateExtension operation.
Conrad Kramer
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-04
Removed unused import.
Tim Graham
2014-11-04
Added HStoreField.
Marc Tamlyn