Skip to content

Releases: justquick/django-activity-stream

2.0.0

04 Oct 07:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...2.0.0

1.4.2

19 Dec 05:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.0 - Django4

20 Feb 18:11
Compare
Choose a tag to compare
  • Django 4 support
  • Russian translations
  • Bugfix on Action.get_absolute_url
  • Set AutoField as default for app config
  • Changing minor version tracking to match Django version

0.10.0

19 Nov 07:50
Compare
Choose a tag to compare

What's Changed

  • Make sure Action.data field is not added twice in ActstreamConfig by @v1kku in #463
  • Fix the description of target streams in the document by @odeson24 in #465
  • Feature of having with_user_activity=True parameter when using User Activity Feed (User Stream) url by @ehsabd in #468
  • django 3.1 by @auvipy in #461
  • Add docker env for local development by @lociii in #471
  • Use django-jsonfield-backport (and move build env to github actions) by @lociii in #474

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

08 Jun 09:33
Compare
Choose a tag to compare

django 3.0 supported release

Django 2.2

02 Dec 16:56
Compare
Choose a tag to compare
0.8.0

version 0.8.0

0.6.3

19 Aug 21:36
Compare
Choose a tag to compare
  • MySQL monkey patch removal
  • Scrutinizer CI integration

0.6.2

19 Aug 19:42
Compare
Choose a tag to compare
  • Proxy Model support
  • Brazilian Portuguese translations
  • Added new migration to remove data field if not being used
  • URL naming changed for actstream_unfollow_all
  • Test fix

0.6.1

06 Mar 11:15
Compare
Choose a tag to compare
  • Python 3.5 support
  • Django 1.9 support
  • Better AppConf compatibility
  • More gracefully 404 handling in feeds
  • New urlpatterns support
  • Added unfollow_all support view
  • Improved docs