Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from django.contrib.postgres.fields.CITextField #477

Open
drewbrew opened this issue May 22, 2023 · 0 comments · May be fixed by #478
Open

Move away from django.contrib.postgres.fields.CITextField #477

drewbrew opened this issue May 22, 2023 · 0 comments · May be fixed by #478

Comments

@drewbrew
Copy link
Contributor

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Beer.alternate_names: (postgres.W004) Base field for array has warnings:

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. (fields.W907)

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Beer.name: (fields.W907) django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] HINT: Use TextField(db_collation="…") with a case-insensitive non-deterministic collation instead.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Manufacturer.alternate_names: (postgres.W004) Base field for array has warnings:

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. (fields.W907)

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Manufacturer.name: (fields.W907) django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] HINT: Use TextField(db_collation="…") with a case-insensitive non-deterministic collation instead.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Style.alternate_names: (postgres.W004) Base field for array has warnings:

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. (fields.W907)

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] beers.Style.name: (fields.W907) django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] HINT: Use TextField(db_collation="…") with a case-insensitive non-deterministic collation instead.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] venues.VenueAPIConfiguration.arryved_manufacturer_name: (fields.W907) django.contrib.postgres.fields.CITextField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1.

2023-05-22T19:24:39.473 app[5683dde2a0d108] dfw [info] HINT: Use TextField(db_collation="…") with a case-insensitive non-deterministic collation instead.
@drewbrew drewbrew linked a pull request May 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant