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
Age
Commit message (
Expand
)
Author
2025-11-20
[5.2.x] Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.
Chris Wesseling
2025-05-23
[5.2.x] Fixed #36405 -- Fixed OrderableAggMixin.order_by using OuterRef.
Adam Johnson
2025-03-01
[5.2.x] Applied Black's 2025 stable style.
Mariusz Felisiak
2025-01-30
[5.2.x] Fixed #35235 -- Removed caching of BaseExpression._output_field_or_none.
sharonwoo
2025-01-20
[5.2.x] Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized...
Simon Charette
2025-01-06
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Chris Muthig
2024-12-13
Fixed typo in ArrayField test name.
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
Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...
GappleBee
2024-09-11
Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...
Gastón Avila
2024-09-03
Fixed #35704 -- Fixed reduction for AddIndex subclasses.
Adam Johnson
2024-08-12
Fixed #35575 -- Added support for constraint validation on GeneratedFields.
Mark Gensler
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
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-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-29
Fixed #35234 -- Added system checks for invalid model field names in Exclusio...
Simon Charette
2024-02-09
Fixed #35175 -- Made migraton writer preserve keyword-only arguments.
David Sanders
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-12
Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
Simon Charette
2023-09-25
Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...
David Sanders
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
Mariusz Felisiak
2023-06-18
Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthVa...
şuayip üzülmez
2023-04-06
Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.
Mariusz Felisiak
2023-04-06
Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_...
Mariusz Felisiak
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-03-07
Fixed #32172 -- Adapted signals to allow async handlers.
Jon Janzen
2023-03-05
Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralA...
David Smith
2023-02-23
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
Refs #33829 -- Added violation_error_message to constraints' __repr__().
Xavier Fernandez
2023-02-20
Fixed #34346 -- Ordered selected expressions by position.
Simon Charette
2023-02-07
Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...
Nils VAN ZUIJLEN
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-10
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...
James Gillard
2022-12-06
Used homogeneous weights list in SearchRank tests.
Florian Apolloner
[next]