summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock2023-03-241-2/+2
* Fixed #34346 -- Ordered selected expressions by position.Simon Charette2023-02-201-2/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-091-3/+3
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-4/+4
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-1/+1
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-2/+1
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-8/+1
* Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail2022-11-181-0/+15
* Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi2022-11-031-0/+18
* Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...Ion Alberdi2022-11-031-0/+12
* Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.Mariusz Felisiak2022-10-071-3/+3
* Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette2022-10-061-1/+27
* Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock2022-08-231-0/+37
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-171-8/+6
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-3/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+28
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-352/+450
* Refs #32355 -- Bumped required psycopg2 version to 2.8.4.Mariusz Felisiak2021-12-221-3/+0
* Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg2021-07-061-1/+62
* Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak2020-12-031-6/+6
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-0/+16
* Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg2020-11-261-8/+29
* Added test for ArrayField's __contains lookup with subqueries.Hannes Ljungberg2020-11-261-1/+14
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-2/+5
* Defined output_field of Func() in test_grouping_by_annotations_with_array_fie...Simon Charette2020-06-241-1/+3
* Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.Peter Andersen2019-12-101-0/+11
* Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...Hasan Ramezani2019-11-081-0/+47
* Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...Hasan Ramezani2019-11-051-0/+14
* Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani2019-11-011-0/+9
* Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...Pavel Dedik2019-10-281-0/+20
* Refs #30907 -- Added more tests for SplitArrayField.has_changed().Pavel Dedik2019-10-281-3/+13
* Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage2019-10-171-1/+1
* Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak2019-08-231-0/+22
* Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...Mariusz Felisiak2019-08-051-0/+22
* Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.Chason Chaffin2019-07-031-0/+12
* Refs #28762 -- Added test for aggregating over a function with ArrayField par...Tomer Chachamu2019-04-181-0/+11
* Refs #28767 -- Added test for annotating Value() with empty list as an ArrayF...Mariusz Felisiak2019-04-181-0/+8
* Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam2019-02-091-3/+14
* Adjusted code style of a few test data setup methods.Simon Charette2018-11-271-5/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-26/+29
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-6/+8
* Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.vinay karanam2018-07-271-0/+13
* Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani2018-04-221-16/+16
* Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.Vinay Karanam2018-04-071-0/+8
* Added tests for ArrayField.has_changed().Vinay Karanam2018-04-071-0/+7
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-0/+16
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-7/+7
* Fixed #28749 -- Added subquery support for ArrayField's __in lookup.Michał Pasternak2017-11-011-0/+9
* Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal2017-10-201-1/+33