=== (ongoing) ===


=== (1.0.6) ===

- Do not allow staff users to hijack superusers
- Add setting to choose which user attributes can be used for hijacking a user
- Use a more liberal/naive approach to regex checking for an email
- Code cleanup
- Check staff status against logged in user instead the user being hijacked (bugfix)
- Only include 'disable-hijack-warning' url if HIJACK_NOTIFY_ADMIN is enabled  

=== (1.0.5) ===

- Fix an error related to django-compat on Django 1.7.x (get_user_model)
- Updated dependencies to django-compat 1.0.1

=== (1.0.4) ===

- Python3 support
- Tests

=== (1.0.3) ===
- Support custom user models

=== (1.0.2) ===
- Store info in session (see #3 comments)
- Signals while hijacking
- Visual notifications for hijacking, see README for more detail
- Django 1.6 compatibility (in urls.py)
