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
/
apps.py
Age
Commit message (
Expand
)
Author
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-06-17
Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...
Matt Brewer
2022-03-17
Prevented initialization of unused database connections.
Florian Apolloner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-25
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2021-09-17
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...
Nikita Marchant
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2019-01-11
Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.
can
2018-11-12
Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.
Simon Charette
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-04-10
Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Alasdair Nicol
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL RangeField
Claude Paroz
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Claude Paroz
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2016-07-21
Fixed #25454 -- Ensured register_hstore_handler is called for all connections
Claude Paroz
2016-05-13
Fixed #24938 -- Added PostgreSQL trigram support.
Matthew Somerville
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-04
Added HStoreField.
Marc Tamlyn