- Refactor `views.py` into several files in the `views` package. These modules are `views._helpers`, `views.comments`, `views.discussions`, `views.groups`, and `views.subscriptions`. You will need to edit any import statements you are making to `incuna-groups` views. (No URLs have changed.)
2.0.0
- Use html `buttons` instead of `inputs` for form submission.
1.1.0
- Add the ability to reply to discussions by replying to notification emails.
1.0.3
- Add a test project for easier creation of migrations and testing the admin, as well as to run the tests themselves. - Hide `subscribers`, `ignorers` and `watchers` from the admin, since they aren't meant to be editable there. - Make all the `ManyToManyFields` non-required.