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

Make a 2.0 release and publish to PyPI #531

Closed mattrei closed 11 months ago

mattrei commented 1 year ago

Hi,

according to your comment you have merged the branch to use this lib with DRF.

However its not published yet on PyPI and no new release has been made.

Thanks for making a new release to enjoy the new features!

auvipy commented 1 year ago

OK I will release a new version. can you try the main branch and verify that codes are working as normal

mattrei commented 1 year ago

hi. thanks. yes the code seems to be working. Just using the DRF modules though. Did not run over any issues so far.

However we I do not get is how can i also retrieve/save the type of object or type of actor when creating an action event.

For instance looking at the example: justquick (actor) closed (verb) issue 2 (object) on django-activity-stream (target) 12 hours ago

I also want to save what kind of target or what kind of object it is (= the Model class of the target and object). Can this be achieved somehow?

Thankxs for making a new release!

iamMHZ commented 11 months ago

@auvipy Any progress on this?

auvipy commented 11 months ago

Done https://pypi.org/project/django-activity-stream/2.0.0/