Releases: DoctorJohn/django-admin-anchors
v4.4.0
What's Changed
- Adopt PEP 621 by @DoctorJohn in #35
- Migrate to uv by @DoctorJohn in #36
- Run tests in random order by @DoctorJohn in #37
- Support Python 3.14 by @DoctorJohn in #38
- Add publish workflow by @DoctorJohn in #39
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Stop limiting max parallel CI jobs by @DoctorJohn in #32
- Support django 5.2 by @DoctorJohn in #33
- Update dependencies by @DoctorJohn in #34
Full Changelog: v4.2.0...v4.3.0
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