For Postgres users to be able to use useful collations, we should add a
`CreateCollation` operation in `contrib.postgres`, so the user can add
e.g. case-insensitive, accent-insensitive, specific language collations,
etc. without needing to use a RunSQL operation.
[https://www.postgresql.org/docs/current/sql-createcollation.html Postgres
documentation].
--
Ticket URL: <https://code.djangoproject.com/ticket/32046>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32046#comment:6>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/32046#comment:7>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32046#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f5e07601b233a50e6bcca438f65fd7028277f78b" f5e07601]:
{{{
#!CommitTicketReference repository=""
revision="f5e07601b233a50e6bcca438f65fd7028277f78b"
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for
PostgreSQL.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32046#comment:9>