- Able to pass level when adding notification (@Arthur)
- Fix deprecation notice in Django 1.8 (@ashokfernandez)
- Fix Python 3 support for notification model (@philroche)
- Bugfix for wrong user unread notification count (@Geeknux)
- A simple javascript API for live-updating specific fields within a django template (@LegoStormtroopr)
- Add missing migration for Notification model (@shezadkhan137)
- Add filters and displays to Django model Admin
- Support Django 1.8, compatible with both django-south (django < 1.7) and built-in schema migration (django >= 1.7)
- Compatible with Python 3
- Test fixtures, and integrated with travis-ci
- Fix README.rst reStructuredText syntax format
- Use relative imports
- Add contributors to AUTHORS.txt
- Add support for custom user model
- mark_as_unread
- Require django-model-utils >= 2.0.3
- Use different now function according to the USE_TZ setting
- Improve documentation
- Add unicode support at admin panel or shell
Support for arbitrary data attribute.
Fix package descriptions and doc links.
First version based on django-activity-stream v0.4.3