Releases: Skytek/django-object-actions
Releases · Skytek/django-object-actions
v5.2.0
v5.1.0
v5.0.0
Feature
- Provide action decorator to pass label, description and atts to the admin method (#141) (
5638f99
) - Drop Python 3.6 support (#135) (
8deebed
) - ci: Add manual semantic-release (#128) (
f43fd11
) - Add Python 3.9 & 3.10 support (
28f0ef7
) - deps: Add Django 3.1 support (#109) (
2c7170e
) - deps: Drop Python 3.4 support (#108) (
68519d4
) - Add Django 3 test support (#106) (
4eaf14c
) - Drop Python 2 support (#105) (
551d2bb
) - Make default labels prettier (#93) (
4191afd
)
Fix
- Fix link to ci.yml in README (#139) (
700dd9b
) - Cleanup Django compatibility shims for <2.0 (#126) (
88cfb3b
) - Fix typo in version_variable (#130) (
040a802
) - Objects with special symbols in primary key 404-ed (#110) (
0c90ce1
) - Changelist action links had no 'href' (#98) (
8b8aed3
) - Make sure not to include pyc files (
d52f802
) - Actions showed up in /add/, they shouldn't (
bd23a60
)
Breaking
- Python 3.6 is past end-of-life and is no longer supported. Keeping it in
pyproject.toml
was causing pains trying to install packages. Let's drop it while we're dropping support for other old stuff. (8deebed
) - drop Python 3.4 support in preparation for adding type hints and Django 3.1 support (
68519d4
) - This release drops Python 2 support (
551d2bb
)