Django-hijack

Latest version: v3.7.1

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

3.0.0

* Fix overlay blocking background from click action (312)

3.0rc4

* Add block in notification.html
* Fix 261 -- Use JS XHR to hijack a user in Django admin

3.0rc3

* Fix 250 -- Fix pattern based LOGOUT_REDIRECT_URL
* Make admin success URL configurable
* Move short_description into get_changelist_instance (254)

3.0rc2

* Fix wheel -- Add missing compiled assets to wheel

3.0rc1

BREAKING CHANGES

This is a complete rewrite of the `django-hijack` package. All former APIs are broken.

How to Upgrade

Please remove your current integration and follow the setup instructions.
This also includes removing the unmaintained `django-hiack-admin` package,
which is no longer needed.

Notable improvements

* security first design
* Django admin support was merged into this package
* easy integration
* custom user model support
* customizable design
* automatic dark-mode theme

2.3.0

* Simplify URL and view structure. Add support for multiple PK types
based on URL pattern as well as natural key support via URL patterns.
* Remove `django-compat` dependency.
* Drop special case handling for unsupported Python/Django versions.
* Deprecate `HIJACK_URL_ALLOWED_ATTRIBUTES` setting favoring `HIJACK_USER_URL_PATTERN`.
* Deprecate URL names `login_with_id`, `login_with_username` and `login_with_email` favoring `acquire`.
* Deprecate URL name `release_hijack` favoring `release`.
* Deprecate views `login_with_id`, `login_with_username` and `login_with_email` favoring `release_user_view`.
* Deprecate view `release_hijack` favoring `release_user_view`.
* Reformat code and imports (black/isort).
* Remove old change log file from repo and distributions.

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.