#33881 closed Bug (fixed)

ArrayField doesn't set collation.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: contrib.postgres Version: 4.0
Severity: Normal Keywords:
Cc: Tom Carrick Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While working on #33872, I noticed that the ArrayField of CharField/TextField doesn't have a collation set from the base field.

Change History (5)

comment:1 by Mariusz Felisiak, 21 months ago

Has patch: set

comment:2 by Mariusz Felisiak, 21 months ago

Patch needs improvement: set

comment:3 by Mariusz Felisiak, 21 months ago

Patch needs improvement: unset

comment:4 by Carlton Gibson, 21 months ago

Triage Stage: UnreviewedAccepted

comment:5 by GitHub <noreply@…>, 21 months ago

Resolution: fixed
Status: assignedclosed

In ab1955a0:

Fixed #33881 -- Added support for database collations to ArrayField(Char/TextFields).

Note: See TracTickets for help on using tickets.
Back to Top