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
/
test_array.py
Age
Commit message (
Expand
)
Author
2025-12-03
Fixed #36280 -- Replaced exception checks with assertRaisesMessage().
Skyiesac
2025-11-13
Refs #31055 -- Adjusted passing of Field.check kwargs to ArrayField.base_field.
Simon Charette
2025-10-29
Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.
Clifford Gama
2025-10-29
Refs #35381 -- Delegated ArrayField element prepping to base_field.get_db_pre...
Clifford Gama
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
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-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-07
Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...
GappleBee
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
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-06-18
Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthVa...
şuayip üzülmez
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-02-20
Fixed #34346 -- Ordered selected expressions by position.
Simon Charette
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
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-01
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...
Florian Apolloner
2022-11-18
Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...
Ben Cail
2022-11-03
Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...
Ion Alberdi
2022-11-03
Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...
Ion Alberdi
2022-10-07
Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.
Mariusz Felisiak
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-08-23
Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.
David Wobrock
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-07-06
Fixed #32776 -- Added support for Array subqueries on PostgreSQL.
Hannes Ljungberg
2020-12-03
Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.
Mariusz Felisiak
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-26
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-26
Added test for ArrayField's __contains lookup with subqueries.
Hannes Ljungberg
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-24
Defined output_field of Func() in test_grouping_by_annotations_with_array_fie...
Simon Charette
2019-12-10
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added more tests for SplitArrayField.has_changed().
Pavel Dedik
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-08-23
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-05
Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...
Mariusz Felisiak
2019-07-03
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
[next]