- Use `filter_horizontal` on many-to-many fields in the admin.
1.0.1
- Add `__str__` methods to `Group`, `Discussion` and `BaseComment`.
1.0.0
- **Drop Django 1.7 support.** - Add email notifications for users subscribed to groups and discussions when new discussions or comments appear in those.
0.6.0
- Add `GroupSubscribe` view.
0.5.1
- Add missing migration.
0.5.0
- Add support for Django 1.8. - Relax pinning of dependencies in `setup.py`.