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

Action.data not deserialized with django-jsonfield >= 1.3.0 #457

Closed
Mapiarz opened this issue Apr 10, 2020 · 1 comment
Closed

Action.data not deserialized with django-jsonfield >= 1.3.0 #457

Mapiarz opened this issue Apr 10, 2020 · 1 comment

Comments

@Mapiarz
Copy link

Mapiarz commented Apr 10, 2020

Hi

I've been using django-activity-stream for quite some time and it works as intended with psql and django-jsonfield <= 1.2.0. If I update jsonfield to 1.3.0 or more recent, the data field is no longer deserialized and instead a string is returned. This is happening due to this change in jsonfield: adamchainz/django-jsonfield#14.

@lociii
Copy link
Contributor

lociii commented Jan 14, 2021

This has been resolved in the now merged #474 by switching from django-jsonfield to the built-in or backported json field implementation

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

No branches or pull requests

3 participants