- BACKWARDS-INCOMPATIBLE CHANGE: Remove unnecessary `_RequestPassingFormView`.
See `56 <https://github.com/macropin/django-registration/pull/56>`\_.
- Compatibility: Added support for Django 1.10
- Bugfix: Pass request object into `resend_activation_mail` so the email
template can render the site URL with the correct schema (HTTP, HTTPS).
- Bugfix: Ensure `register` method has consistent arguments.
See `153 <https://github.com/macropin/django-registration/pull/153>`\_.
- Enhancement: Add invoke tasks, requirements.txt file, and make wrapper to
help developers get setup.
See `154 <https://github.com/macropin/django-registration/pull/154>`\_.