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
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
Hey @AgDude - my basic testing on django-jsonfield didn't find any problems. Can you try installing the in-between version 1.3.0 and seeing if that fixed it? There haven't been many changes in the 1.3.x series: https://github.com/adamchainz/django-jsonfield/commits/master . Once you've had a look you might even be half way to a fix...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
django-jsonfield 1.3.1 seems to break this. We have an existing database with switches, a new install with the updated jsonfield seems to break it.
The database is postgres.
After locking django-jsonfield at 1.2.0 the type of
switch.value
is back to a dict as expected.The text was updated successfully, but these errors were encountered: