Changes between Initial Version and Version 7 of Ticket #31777
- Timestamp:
- Jul 21, 2020, 9:01:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31777
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Has patch set
-
Ticket #31777 – Description
initial v7 2 2 3 3 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. 4 5 [https://github.com/django/django/pull/13207 PR]