index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
test_array.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.
Mariusz Felisiak
2020-12-03
1
-6
/
+6
*
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-27
1
-0
/
+16
*
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-26
1
-8
/
+29
*
Added test for ArrayField's __contains lookup with subqueries.
Hannes Ljungberg
2020-11-26
1
-1
/
+14
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-2
/
+5
*
Defined output_field of Func() in test_grouping_by_annotations_with_array_fie...
Simon Charette
2020-06-24
1
-1
/
+3
*
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-12-10
1
-0
/
+11
*
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-08
1
-0
/
+47
*
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-05
1
-0
/
+14
*
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-11-01
1
-0
/
+9
*
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
1
-0
/
+20
*
Refs #30907 -- Added more tests for SplitArrayField.has_changed().
Pavel Dedik
2019-10-28
1
-3
/
+13
*
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-10-17
1
-1
/
+1
*
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-23
1
-0
/
+22
*
Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...
Mariusz Felisiak
2019-08-05
1
-0
/
+22
*
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
2019-07-03
1
-0
/
+12
*
Refs #28762 -- Added test for aggregating over a function with ArrayField par...
Tomer Chachamu
2019-04-18
1
-0
/
+11
*
Refs #28767 -- Added test for annotating Value() with empty list as an ArrayF...
Mariusz Felisiak
2019-04-18
1
-0
/
+8
*
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2019-02-09
1
-3
/
+14
*
Adjusted code style of a few test data setup methods.
Simon Charette
2018-11-27
1
-5
/
+1
*
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
1
-26
/
+29
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-6
/
+8
*
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-07-27
1
-0
/
+13
*
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2018-04-22
1
-16
/
+16
*
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
Vinay Karanam
2018-04-07
1
-0
/
+8
*
Added tests for ArrayField.has_changed().
Vinay Karanam
2018-04-07
1
-0
/
+7
*
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
1
-0
/
+16
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-7
/
+7
*
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-11-01
1
-0
/
+9
*
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-10-20
1
-1
/
+33
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-2
/
+3
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-3
/
+2
*
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...
Romulo Furtado
2017-06-13
1
-0
/
+5
*
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-04-29
1
-3
/
+61
*
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-04-07
1
-0
/
+8
*
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2017-01-14
1
-0
/
+1
*
Refs #27003 -- Fixed SimpleArrayField crash on converted values.
Brandon Chinn
2016-11-15
1
-0
/
+5
*
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-22
1
-1
/
+26
*
Added tests for ArrayField lookup errors.
Tim Graham
2016-09-20
1
-0
/
+10
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
1
-2
/
+6
*
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-19
1
-0
/
+28
*
Fixed #24442 -- Improved SchemaEditor's index name truncation.
Akshesh
2016-08-11
1
-5
/
+5
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-1
/
+1
*
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-21
1
-3
/
+3
*
Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.
quaspas
2016-03-12
1
-0
/
+14
*
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-03-12
1
-1
/
+21
*
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-16
1
-3
/
+3
*
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-06
1
-16
/
+2
*
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-12-17
1
-2
/
+48
*
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
2015-12-07
1
-0
/
+21
[next]