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.38k stars 482 forks source link

Django 2.2 support? #469

Closed zehawki closed 2 years ago

zehawki commented 4 years ago

https://django-activity-stream.readthedocs.io/en/latest/installation.html says these are the following versions supported: Django: 1.3, 1.4, 1.5, 1.6, 1.7, 1.8 and 1.9

Is this right, or are the docs simply outdated, and things work just fine for Django 2.2?

MrCordeiro commented 3 years ago

I was also confused by this. I'm on Django 3.0.

Uninen commented 3 years ago

According to the changelog, Django 2.2 and 3.0 are supported: https://github.com/justquick/django-activity-stream/blob/master/docs/source/changelog.rst

lociii commented 3 years ago

Docs have already been fixed, see https://github.com/justquick/django-activity-stream/blob/master/docs/source/installation.rst they just haven't been regenerated and deployed since 1dbc0f0693052bc1f54870732dc717d3a622c39f

auvipy commented 3 years ago

https://pypi.org/project/django-activity-stream/0.10.0/

lociii commented 3 years ago

0.10.0 release did not update readthedocs. Will try to find the time for a pull request to add readthedocs publication to the build.