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
/
django
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
14 days
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-03-24
Fixed #36985 -- Skipped CreateExtension backwards operation on non-PostgreSQL...
varunkasyap
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-01-10
Fixed #36827 -- Added support for exclusion constraints using Hash indexes on...
Haki Benita
2026-01-08
Fixed #36852 -- Ignored index_type case in ExclusionConstraint equality check.
Haki Benita
2025-12-02
Updated translations from Transifex.
Natalia
2025-12-02
Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.
Νικόλαος-Διγενής Καραγιάννης
2025-11-14
Refs #24928 -- Added introspection support for PostgreSQL HStoreField.
Mariusz Felisiak
2025-11-13
Refs #31055 -- Adjusted passing of Field.check kwargs to ArrayField.base_field.
Simon Charette
2025-10-29
Refs #35381 -- Delegated ArrayField element prepping to base_field.get_db_pre...
Clifford Gama
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2025-09-18
Updated translations from Transifex.
Natalia
2025-09-17
Refs #35444 -- Removed contrib.postgres aggregates ordering kwarg per depreca...
Jacob Walls
2025-09-16
Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.
GappleBee
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-22
Fixed #36377 -- Added hints support to CreateExtension and subclasses.
Anthony Sottile
2025-06-18
Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...
Clifford Gama
2025-04-16
Americanized some spellings.
Adam Johnson
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-31
Updated translations from Transifex.
Sarah Boyce
2025-03-25
Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().
Tim Graham
2025-03-10
Fixed #36222 -- Fixed ExclusionConstraint validation crash on excluded fields...
saJaeHyukc
2025-03-03
Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.
Chris Muthig
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-02-19
Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constrai...
Mariusz Felisiak
2025-01-06
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Chris Muthig
2025-01-03
Removed stray comment in ArrayField.check().
Tim Graham
2024-12-05
Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...
Oleg Sverdlov
2024-10-10
Fixed #35717 -- Reduced Create/RemoveCollation operations when optimizing mig...
Adam Johnson
2024-10-07
Updated translations from Transifex.
nessita
2024-10-07
Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...
GappleBee
2024-09-09
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is...
Csirmaz Bendegúz
2024-08-12
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
Mark Gensler
2024-08-07
Updated translations from Transifex.
Natalia
2024-08-05
Refs #35638 -- Avoided wrapping expressions with Value in _get_field_value_ma...
David Sanders
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2024-05-10
Fixed #35436 -- Fixed displaying Unicode chars in forms.HStoreField.
SaJH
2024-04-25
Fixed #35339 -- Fixed PostgreSQL aggregate's filter and order_by params order.
Chris Muthig
2024-04-25
Refs #35339 -- Updated Aggregate class to return consistent source expressions.
Chris Muthig
2024-02-29
Fixed #35234 -- Added system checks for invalid model field names in Exclusio...
Simon Charette
2024-01-29
Updated translations from Transifex.
Claude Paroz
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2024-01-02
Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.
Nick Pope
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-12-29
Refs #35064 -- Made OrderableAggMixin avoid creating empty OrderByList.
Simon Charette
2023-12-04
Updated translations from Transifex.
Natalia
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
[next]