#31777: Custom collations
-------------------------------------+-------------------------------------
Reporter: Tom | Owner: nobody
Carrick |
Type: New | Status: new
feature |
Component: Database | Version: master
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
Mailing list, but it didn't get any responses:
https://groups.google.com/u/2/g/django-developers/c/djMQwwxtCVY
We have the various CI fields on postgres, but these are
[https://www.postgresql.org/docs/12/citext.html discouraged] since pg12 in
favour of [https://www.postgresql.org/docs/12/collation.html
nondeterministic collations]. I think it'd be useful to have a way to do
this in Django, though I'm not sure what the API would look like. My
initial thought, knowing very little about the ORM, is a `Collation` class
that can be passed into a model field, but I'm not sure.
--
Ticket URL: <https://code.djangoproject.com/ticket/31777>
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.734743e27f803d8db26513a76675feb6%40djangoproject.com.