index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2026-01-20
Refs #36639 -- Updated test migrations to match models.
Skyiesac
2025-11-20
Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.
Chris Wesseling
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2025-03-25
Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().
Tim Graham
2025-01-20
Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays.
Simon Charette
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
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-05-13
Fixed #33704 -- Updated postgres_tests migrations.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-09-27
Fixed #33114 -- Defined default output_field of StringAgg.
ali
2021-09-17
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...
Nikita Marchant
2020-12-03
Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...
Mariusz Felisiak
2020-10-14
Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.
Mariusz Felisiak
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-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-03-16
Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...
Baptiste Mispelon
2020-01-31
Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.
Mariusz Felisiak
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-02-09
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
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-05-03
Added a test for ArrayField(HStoreField()).
Simon Charette
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-02-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
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-09-12
Used a database feature to prevent the jsonb test model from being migrated.
Simon Charette
2016-08-25
Fixed #25995 -- Added an encoder option to JSONField
Claude Paroz
2016-08-12
Refs #27030 -- Added BtreeGinExtension operation.
Akshesh
[next]