Hi @mxmk,
I see you have in your core_user collection, an enum field named timezone.
A strange coincidence is that your error appeared in the method that handles the search over enumerations, and said that a type ZoneInfo (which is the class for timezones) has not attribute....
Could you:
Tell me if you encounter this error on other collections or just on your core_user collection ?
Share your core_user.timezone field definition, with the enum definition (no need to be exhaustive for all timezones you have).
Hi @mxmk,
I’m on a good way to release a fix; but I prefer to make a few tests before releasing it.
Can you give me your versions of django and django-timezone-field ?
Hi,
As I can see you have only upgraded your development environment; the banner message is still there because your production environment is not yet upgraded.