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

Add abstract and swappable models #390

Closed slurms closed 2 years ago

slurms commented 6 years ago

Just building on @auvipy's PR here.

Todo:

coveralls commented 6 years ago

Coverage Status

Coverage increased (+1.01%) to 95.176% when pulling ef7e9e3e152abe0977960f0af75f0af64a49b25c on slurms:add-abstract-models into a6d359de540f3b531f1ea46f12b91f4b48bc7d7f on justquick:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at ?% when pulling ce2620bd87beb89e54b70bd572145a24af9b8f8b on slurms:add-abstract-models into a6d359de540f3b531f1ea46f12b91f4b48bc7d7f on justquick:master.

slurms commented 6 years ago

@auvipy I'm just adding some custom model tests and more updated documentation, but this should be ready sometime soon :)