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

Fixes #515 - Make it work with Django 4.1 #516

Closed marcusaram closed 2 years ago

marcusaram commented 2 years ago

Easy fix, Django has removed the installed property, but they check if app_config is not None. Took over that check.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 94.485% when pulling 550348391791728f0da2f853009ca073d79526ae on marcusaram:main into c39808d0582f9cdd70e3fd4d31f3c68e99162c39 on justquick:main.