Skip to content

Releases: django-hijack/django-hijack-admin

2.1.7

16 Feb 10:20
f852555
Compare
Choose a tag to compare
  • Moved import of HijackUserAdminMixin into local scope to prevent registration issues when using AdminPlus
  • Correct check for custom admin sites

2.1.6

22 Dec 12:11
6e7f998
Compare
Choose a tag to compare
  • Add Russian localization

2.1.5

05 Dec 09:29
16f0025
Compare
Choose a tag to compare
  • added Django 2.0 Support
  • Add a Hijack mixin for models with a ForeignKey to user #12

2.1.4

17 May 09:55
Compare
Choose a tag to compare
  • Django 1.11 support

2.1.3

22 Feb 12:02
Compare
Choose a tag to compare
  • 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

08 Aug 15:28
Compare
Choose a tag to compare
  • Django 1.10 compatibility
  • Drop support for Django 1.7 (might still work, but tests are allowed to fail)

2.1.1

25 Apr 08:25
Compare
Choose a tag to compare
  • Do not warn about custom user model if correctly configured

2.1.0

13 Apr 15:38
Compare
Choose a tag to compare

Initial release after moving the admin integration out of the django-hijack core