summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_array.py
AgeCommit message (Expand)Author
2026-02-24[6.0.x] Applied Black's 2026 stable style.Mariusz Felisiak
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-25Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().Tim Graham
2025-01-20Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized arrays.Simon Charette
2024-12-13Fixed typo in ArrayField test name.Tim Graham
2024-12-05Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...Oleg Sverdlov
2024-10-07Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...GappleBee
2024-07-03Refs #28900 -- Made SELECT respect the order specified by values(*selected).Simon Charette
2023-12-30Fixed #29049 -- Added slicing notation to F expressions.Nick Pope
2023-12-12Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.Simon Charette
2023-06-18Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthVa...şuayip üzülmez
2023-03-24Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock
2023-02-20Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-12-01Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner
2022-11-18Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail
2022-11-03Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi
2022-11-03Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...Ion Alberdi
2022-10-07Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.Mariusz Felisiak
2022-10-06Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette
2022-08-23Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-22Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg
2020-12-03Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-26Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg
2020-11-26Added test for ArrayField's __contains lookup with subqueries.Hannes Ljungberg
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-24Defined output_field of Func() in test_grouping_by_annotations_with_array_fie...Simon Charette
2019-12-10Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.Peter Andersen
2019-11-08Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani
2019-11-05Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...Hasan Ramezani
2019-11-01Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani
2019-10-28Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...Pavel Dedik
2019-10-28Refs #30907 -- Added more tests for SplitArrayField.has_changed().Pavel Dedik
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2019-08-23Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak
2019-08-05Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...Mariusz Felisiak
2019-07-03Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.Chason Chaffin
2019-04-18Refs #28762 -- Added test for aggregating over a function with ArrayField par...Tomer Chachamu
2019-04-18Refs #28767 -- Added test for annotating Value() with empty list as an ArrayF...Mariusz Felisiak
2019-02-09Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam