summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+2
* Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...Romulo Furtado2017-06-131-0/+5
* Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.Tim Graham2017-04-291-3/+61
* Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.Simon Charette2017-04-071-0/+8
* Refs #25226 -- Cloned ArrayField.base_field on deconstruction.Simon Charette2017-01-141-0/+1
* Refs #27003 -- Fixed SimpleArrayField crash on converted values.Brandon Chinn2016-11-151-0/+5
* Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham2016-09-221-1/+26
* Added tests for ArrayField lookup errors.Tim Graham2016-09-201-0/+10
* Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz2016-09-121-2/+6
* Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes2016-08-191-0/+28
* Fixed #24442 -- Improved SchemaEditor's index name truncation.Akshesh2016-08-111-5/+5
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-3/+3
* Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.quaspas2016-03-121-0/+14
* Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda2016-03-121-1/+21
* Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz2016-02-161-3/+3
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-16/+2
* Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette2015-12-171-2/+48
* Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette2015-12-071-0/+21