Django-agent-trust

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 4

1.1.0

--------------------------------------------------------------------------------

This project is now managed with `hatch`_, which replaces setuptools, pipenv,
and tox. Users of the package should not be impacted. Developers can refer to
the readme for details. If you're packaging this project from source, I suggest
relying on pip's isolated builds rather than using hatch directly.

- Fix `12`_: We no longer create AgentSettings objects when loading fixtures.


.. _hatch: https://hatch.pypa.io/
.. _12: https://github.com/django-otp/django-agent-trust/issues/12

1.0.4

--------------------------------------------------------------------------------

Default to AutoField to avoid spurious migrations.

1.0.3

-------------------------------------------------------------------------------

- Fix `9`_: We now delete cookies for untrusted agents rather than saving
them. :class:`~django_agent_trust.middleware.AgentMiddleware` also now
includes a subclass hook for implementing more complex cookie policies.


.. _9: https://github.com/django-otp/django-agent-trust/issues/9

1.0.2

-------------------------------------------------------------------------------

- Fix `6`_: Trap and ignore the inevitable get_or_create race condition on
AgentSettings. This also adds a signal handler to automatically initialize
AgentSettings for new users, which should avoid this race condition in the
first place.


.. _6: https://github.com/django-otp/django-agent-trust/issues/6

1.0.1

-------------------------------------------------------------------------------

- Fix `2`_: Improved AgentSettings initialization.


.. _2: https://github.com/django-otp/django-agent-trust/issues/2


v1.0.0 - August 13, 2020 - Drop unsupported Python and Django versions
-------------------------------------------------------------------------------

- Now supports Python>=3.5 and Django>=2.2.

0.4.1

------------------------------------------------------------

Removed dependencies on Python 2 compatibility shims in Django < 3.0.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.