index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
fields
/
array.py
Age
Commit message (
Expand
)
Author
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2025-11-13
Refs #31055 -- Adjusted passing of Field.check kwargs to ArrayField.base_field.
Simon Charette
2025-10-29
Refs #35381 -- Delegated ArrayField element prepping to base_field.get_db_pre...
Clifford Gama
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2025-06-18
Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...
Clifford Gama
2025-03-25
Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().
Tim Graham
2025-01-03
Removed stray comment in ArrayField.check().
Tim Graham
2024-12-05
Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...
Oleg Sverdlov
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-02-07
Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...
Nils VAN ZUIJLEN
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-10
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...
James Gillard
2022-11-03
Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...
Ion Alberdi
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-26
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
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-23
Reduced code duplication in ArrayField's lookups.
Mariusz Felisiak
2019-08-05
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
Mariusz Felisiak
2019-03-21
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-05-13
Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.
Hasan Ramezani
2018-04-22
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-10-20
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-09-13
Merged isinstance() calls.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-14
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2016-09-20
Refs #27025 -- Fixed ArrayField querying on Python 3.6.
Tim Graham
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-03-15
Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.
Matt C
2016-03-12
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-02-16
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-12-17
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-12-17
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-12-07
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
2015-11-25
Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Attila Tovt
[next]