Re: Case-insensitive non-deterministic collation

2023-08-17 Thread Mike Dewhirst
ed to find the collation needed ... django.contrib.postgres.fields.CICharField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.     HINT: Use CharField(db_collation="…") with a c

Re: Case-insensitive non-deterministic collation

2023-08-17 Thread Vitor Freitas
s/#field-lookups >> >> >> >> Regards, >> Chetan Ganji >> +91-900-483-4183 >> ganji.che...@gmail.com >> http://ryucoder.in >> >> >> On Sat, Aug 5, 2023 at 1:35 PM Mike Dewhirst >> wrote: >> >>> The following warnin

Re: Case-insensitive non-deterministic collation

2023-08-15 Thread Mike Dewhirst
ostgres.fields.CICharField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.     HINT: Use CharField(db_collation="…") with a case-insensitive non-deterministic collation instead. Does anyone h

Re: Case-insensitive non-deterministic collation

2023-08-08 Thread Mike Dewhirst
ups >> >> >> >> Regards, >> Chetan Ganji >> +91-900-483-4183 >> ganji@gmail.com >> http://ryucoder.in >> >> >> On Sat, Aug 5, 2023 at 1:35 PM Mike Dewhirst >> wrote: >> >>> The following warning triggered a bi

Re: Case-insensitive non-deterministic collation

2023-08-06 Thread Mike Dewhirst
tion needed ... django.contrib.postgres.fields.CICharField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.     HINT: Use CharField(db_collation="…") with a case-insensitive non-deterministic colla

Re: Case-insensitive non-deterministic collation

2023-08-06 Thread Mithilesh Rawani
; >> >> On Sat, Aug 5, 2023 at 1:35 PM Mike Dewhirst >> wrote: >> >>> The following warning triggered a bit of research which looks like a >>> significant amount of study will be required to find the collation needed >>> ... >>> &g

Re: Case-insensitive non-deterministic collation

2023-08-06 Thread Chetan Ganji
a >> significant amount of study will be required to find the collation needed >> ... >> >> >> django.contrib.postgres.fields.CICharField is deprecated. Support for it >> (except in historical migrations) will be removed in Django 5.1. >> HINT:

Re: Case-insensitive non-deterministic collation

2023-08-06 Thread Mike Dewhirst
for it (except in historical migrations) will be removed in Django 5.1.     HINT: Use CharField(db_collation="…") with a case-insensitive non-deterministic collation instead. Does anyone have experience they would like to share? What replaces that ellipsis

Case-insensitive non-deterministic collation

2023-08-05 Thread Mike Dewhirst
.     HINT: Use CharField(db_collation="…") with a case-insensitive non-deterministic collation instead. Does anyone have experience they would like to share? What replaces that ellipsis? The primary use case is to establish case-insensitivity when checking names - including username