Changes between Initial Version and Version 1 of Ticket #27437, comment 8
- Timestamp:
- Dec 31, 2021, 4:07:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27437, comment 8
initial v1 1 It's niche. Moreover the `citext` extension [https://www.postgresql.org/docs/current/citext.html is discouraged since PostgreSQL 12] in favor of [https://www.postgresql.org/docs/current/collation.html non-deterministic collations] that are supported in Django 3.2+ via the new `db_collation` argument for `CharField` and `TextField`.1 It's niche. Moreover the `citext` extension [https://www.postgresql.org/docs/current/citext.html is discouraged since PostgreSQL 12] in favor of [https://www.postgresql.org/docs/current/collation.html non-deterministic collations] that are supported in Django 3.2+ via the new `db_collation` argument for `CharField` and `TextField` (see #31777).