justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.36k stars 483 forks source link

remove json field compatibility, force django 3.2, refs #480 #520

Closed lociii closed 1 year ago

lociii commented 1 year ago

480 rightfully complains about reloading django apps to inject django_jsonfield_backport

As Django < 3.2 is EOL for almost a full year, I think it's time to move on.

This PR removes all backwards compatibility for non-Django-native json fields.