Django-historylinks

Latest version: v1.1.4

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

Scan your dependencies

Page 1 of 2

1.1.4

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

* Fix `HistoryLinkFallbackMiddleware` on Django 4.2 (lewiscollard).

1.1.3

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

* Fixing `buildhistorylinks` management command for Django 3.2 (lewiscollard).

1.1.2

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

* Django 3.2 compatibility (lewiscollard).

1.1.1

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

* Django 1.11 compatibility (etianen).

1.1.0

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

* Added Django 1.9 compatibility (etianen).
* **Breaking:** Updated the location of [registration](https://github.com/etianen/django-historylinks/wiki/Registering-models) methods.
Prior to this change, you could access the these methjods using the following import:

py
Old-style import for accessing the registration methods.
import historylinks

Use register methods from the historylinks namespace.
historylinks.register(YourModel)


In order to support Django 1.9, the registration
methods have been moved to the following import:

py
New-style import for accesssing the registration methods.
from historylinks import shortcuts as historylinks

Use register methods from the historylinks namespace.
historylinks.register(YourModel)

1.0.6

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

* Added Django 1.8 compatibility (etianen).

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.