Releases: DoctorJohn/django-admin-anchors
v4.2.0
v4.1.0
This release adds support for Django 5.1
v4.0.0
This release drops support for the deprecated Django versions 3.2 and 4.1 and adds support for Django 5.0. Django 5.0 requires at least Python version 3.10 causing us to drop support for Python 3.8 and 3.9.
Dropping support for Django 3.2 and 4.1 and Python 3.8 and 3.9 is making this a breaking change.
To migrate simply upgrade to at least Python 3.10 and at least Django 4.2.
v3.0.0
Starting this release, any admin anchor will redirect to a filtered changelist
view showing the related objects.
This allows you to get a quick overview and run actions on the filtered objects.
Before, clicking a link for a one-to-one or many-to-one relation would take you to the change
view for that object.
TLDR: anchors always redirect to filtered lists for a better overview.
v2.0.2
Bump version to 2.0.2
v2.0.1
Release of version 2.0.1
v2.0.0
Release of version 2.0.0
v1.0.2
Release of version 1.0.2
v1.0.1
Release of version 1.0.1
v1.0.0
Release of version 1.0.0