Skip to content

Releases: Skytek/django-object-actions

v5.2.0

18 Nov 20:46
Compare
Choose a tag to compare

Feature

  • forms: Improve forms - better layout and allow file uplaods (15e4292)

v5.1.0

03 Jan 12:33
Compare
Choose a tag to compare

Feature

v5.0.0

31 Dec 23:32
Compare
Choose a tag to compare

Feature

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)

Documentation