Django-object-actions

Latest version: v5.0.0

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

Scan your dependencies

Page 1 of 6

9.8.8

([176](https://github.com/crccheck/django-object-actions/pull/176),
[`50a03af`](https://github.com/crccheck/django-object-actions/commit/50a03afdf1571a5cb17db282df089f81a3c20ad2))

There have been a lot of releases since v8.0.8
https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md#v808-2023-08-26

The breaking change was dropping Python 3.7. While this project supports 3.7... that will change the
next opportunity

Code Style

- Apply Black formatting ([170](https://github.com/crccheck/django-object-actions/pull/170),
[`fb3ce5b`](https://github.com/crccheck/django-object-actions/commit/fb3ce5b75bda44dfd3185c25e9cf7e943ca6fb61))

Documentation

- Add Django Modal Actions as a similar package
([173](https://github.com/crccheck/django-object-actions/pull/173),
[`813687e`](https://github.com/crccheck/django-object-actions/commit/813687e76241f8a6786fa20ea707ae470f1463ab))

Adding new Django Modal Actions package Deleting Django Object Actions which hasn't had a commit in
3 years

Features

- Add a way to make a POST only action
([174](https://github.com/crccheck/django-object-actions/pull/174),
[`494d581`](https://github.com/crccheck/django-object-actions/commit/494d5817307343018ccc8398d64f95228e57f51b))

Followup to 168 to get CI to pass again, documents how to make a POST only action, and adds some
test coverage.

There are still a few cleanup issues but this should get things moving on POST only actions again.

5.2

Refactoring

- Add more lint rules ([181](https://github.com/crccheck/django-object-actions/pull/181),
[`fa2b4d7`](https://github.com/crccheck/django-object-actions/commit/fa2b4d720662337fe9b7217661bf984f11640229))

Bringing in rules I've had success with elsewhere. More consistent style helps with readability and
maintainability. Some of the rules help with code simplicity and with reducing bugs too.

5.0

- Update Django/Python test matrix and add classifier for py3.12
([171](https://github.com/crccheck/django-object-actions/pull/171),
[`ad3b898`](https://github.com/crccheck/django-object-actions/commit/ad3b8987c5b20391c3e5b56147c799e9aa4804bd))

5.0.0

Bug Fixes

- **ci**: Fix release should use python-semantic-release/publish-action
([183](https://github.com/crccheck/django-object-actions/pull/183),
[`ce75176`](https://github.com/crccheck/django-object-actions/commit/ce75176329fda9e9776a77525bf98d55c0a4150f))

Unable to resolve action `python-semantic-release/upload-to-gh-release9.21.0`, unable to find
version `9.21.0`

It is now named `python-semantic-release/publish-action`

- **ci**: Fix renamed branch s/master/main
([184](https://github.com/crccheck/django-object-actions/pull/184),
[`6e1a451`](https://github.com/crccheck/django-object-actions/commit/6e1a451cbf4e5818c10d637856884b1c88b4c4f3))

- **ci**: Typo in publish-action tag
([185](https://github.com/crccheck/django-object-actions/pull/185),
[`0228a99`](https://github.com/crccheck/django-object-actions/commit/0228a996dfaaa8bf56276f76e8cd8af5ce387272))

Chores

- Add Ruff and use it for lint checks
([175](https://github.com/crccheck/django-object-actions/pull/175),
[`8478467`](https://github.com/crccheck/django-object-actions/commit/847846774442f20ac4ffc68f7f1f53707f53b209))

- Drop long-unsupported py3.7 py3.8 django versions
([179](https://github.com/crccheck/django-object-actions/pull/179),
[`988ce82`](https://github.com/crccheck/django-object-actions/commit/988ce82b39e92fa282ac0201cd105093b2d11289))

Python 3.7 hasn't been supported in ages, and it's causing errors on CI actions so let's just drop
it.

It appears that [dropping Python 3.7 is desired
anyway](https://github.com/crccheck/django-object-actions/blob/master/CHANGELOG.md#v430-2024-09-10)!

- Run tests for Django 5.1 on tested Python versions
([178](https://github.com/crccheck/django-object-actions/pull/178),
[`6e92eb7`](https://github.com/crccheck/django-object-actions/commit/6e92eb739969c63b0a4bcd1e7f134f14a8517d1f))

- Switch from Poetry to vanilla Pip
([180](https://github.com/crccheck/django-object-actions/pull/180),
[`080ee8c`](https://github.com/crccheck/django-object-actions/commit/080ee8c88e19282bbf147a8a4a4c6091374150a0))

Updating the project to match my current style and to reduce dependencies.

- **ci**: Add Django 5.2 to test matrix
([182](https://github.com/crccheck/django-object-actions/pull/182),
[`a89ca4f`](https://github.com/crccheck/django-object-actions/commit/a89ca4f207cd668c21834f3370bb62e87fe65195))

No code changes needed for Django 5.2 support

4.3.0

Chores

- Add Django v5 to CI matrix ([166](https://github.com/crccheck/django-object-actions/pull/166),
[`b63aac1`](https://github.com/crccheck/django-object-actions/commit/b63aac1e919c986df9687699c6494dab3093b295))

4.2.0

Bug Fixes

- **ci**: Maybe this will fix Semantic Release
([161](https://github.com/crccheck/django-object-actions/pull/161),
[`1595348`](https://github.com/crccheck/django-object-actions/commit/1595348d00235752857fef55f9fbbc8b854659d9))

- **ci**: Update [tool.semantic_release] names
([160](https://github.com/crccheck/django-object-actions/pull/160),
[`70d2c81`](https://github.com/crccheck/django-object-actions/commit/70d2c8110e3c087366a67c4499fa0895035fbdfd))

I missed some updated config changes -
https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html#version-toml -
https://python-semantic-release.readthedocs.io/en/latest/configuration.html#config-version-variables

Chores

- Fix formatting in example app ([155](https://github.com/crccheck/django-object-actions/pull/155),
[`9bd288f`](https://github.com/crccheck/django-object-actions/commit/9bd288ffc6768bcf39ec27abde024b7be0ee90c9))

Ran black on to comply with format from 23.x version

- **ci**: Add Django 4.2 to the build matrix
([154](https://github.com/crccheck/django-object-actions/pull/154),
[`e73b4d0`](https://github.com/crccheck/django-object-actions/commit/e73b4d0d8921d566a880612f1622df87c99d062b))

- **ci**: Remove deprecated set-output syntax
([146](https://github.com/crccheck/django-object-actions/pull/146),
[`3e42b3b`](https://github.com/crccheck/django-object-actions/commit/3e42b3be4fdced017f23234b5da2c17373fbc50b))

fixes deprecation warnings in CI: > The `set-output` command is deprecated and will be disabled
soon. Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

- **ci**: Upgrade python-semantic-release
([145](https://github.com/crccheck/django-object-actions/pull/145),
[`53417a0`](https://github.com/crccheck/django-object-actions/commit/53417a01bc78a9a7bb59f4599154d180914f064b))

Hopefully this fixes the broken GitHub Action too
https://github.com/crccheck/django-object-actions/actions/runs/3464471740 `error: No module named
'packaging'`

https://github.com/python-semantic-release/python-semantic-release/issues/489

closes 144

- **deps**: Refresh dev dependencies
([158](https://github.com/crccheck/django-object-actions/pull/158),
[`7d439b6`](https://github.com/crccheck/django-object-actions/commit/7d439b6910c2c30cd692bdb8819fe714f1b584a7))

Also moves Coverage config to `pyproject.toml` to eliminate another top level project file

Documentation

- Update README style ([157](https://github.com/crccheck/django-object-actions/pull/157),
[`f92464e`](https://github.com/crccheck/django-object-actions/commit/f92464e43e195dc3dede7f1102cf02e08c2845df))

To reduce future diffs from autoformat

Features

- Test release for new python-semantic-release process
([159](https://github.com/crccheck/django-object-actions/pull/159),
[`6af5f36`](https://github.com/crccheck/django-object-actions/commit/6af5f367deb0f6787459058edbfdc92c1108be4e))

Just upgrading to stay current. Need to use "feat" to trigger a release.

Docs: - https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html -
https://github.com/pypa/gh-action-pypi-publish#usage

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.