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
/
django
/
contrib
/
postgres
/
operations.py
Age
Commit message (
Expand
)
Author
2017-09-15
Fixed #28334 -- Added caching for hstore/citext OIDs.
Igor Gumenyuk
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-09-21
Alphabetized classes in contrib.postgres.operations.
Tim Graham
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
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-04
Added HStoreField.
Marc Tamlyn