Changes between Initial Version and Version 7 of Ticket #31777


Ignore:
Timestamp:
Jul 21, 2020, 9:01:57 AM (4 years ago)
Author:
Tom Carrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31777

    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to Tom Carrick
    • Property Has patch set
  • Ticket #31777 – Description

    initial v7  
    22
    33We 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.
     4
     5[https://github.com/django/django/pull/13207 PR]
Back to Top