#32046: Add a postgres operation to create collations.
--------------------------------------------+------------------------
Reporter: Tom Carrick | Owner: (none)
Type: New feature | Status: new
Component: contrib.postgres | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+------------------------
Briefly discussed in [https://groups.google.com/u/2/g/django-
developers/c/djMQwwxtCVY this mailing list thread].
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.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.19514f3ead6a659b92510300e610a1c2%40djangoproject.com.