You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: