Releases: django-hijack/django-hijack-admin
Releases · django-hijack/django-hijack-admin
2.1.7
- Moved import of HijackUserAdminMixin into local scope to prevent registration issues when using AdminPlus
- Correct check for custom admin sites
2.1.5
- added Django 2.0 Support
- Add a Hijack mixin for models with a ForeignKey to user #12
2.1.3
- Settings of
UserAdmin
such as list_display
are not overridden anymore, only the hijack button is added
- Add French translation
- Include compiled messages in package
2.1.2
- Django 1.10 compatibility
- Drop support for Django 1.7 (might still work, but tests are allowed to fail)
2.1.1
- Do not warn about custom user model if correctly configured
2.1.0
Initial release after moving the admin integration out of the django-hijack core