Django-slugify-processor

Latest version: v1.9.0

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

Scan your dependencies

Page 1 of 4

1.9.0

_Maintenance only, no bug fixes or features_

Breaking changes (405)

- Drop Python 3.8

The minimum version of Python in this and future releases is Python 3.9.

Python 3.8 reached end-of-life status on October 7th, 2024 (see PEP 569).

Development

- Aggressive automated lint fixes via `ruff` (404)

via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:

sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .

1.8.0

_Maintenance only, no bug fixes or features_

Breaking changes

Project and package management: poetry to uv (402)

[uv] is the new package and project manager for the project, replacing Poetry.

[uv]: https://github.com/astral-sh/uv

Build system: poetry to hatchling (402)

[Build system] moved from [poetry] to [hatchling].

[Build system]: https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend
[poetry]: https://github.com/python-poetry/poetry
[hatchling]: https://hatch.pypa.io/latest/

Django 3.2 dropped (397)

Django 4.2+ is the new minimum version. Support for django 3.2 is dropped.

v1.7.x is the final Django 3.2 versions.

Django 3.2's extended support has ended April 1st, 2024 [^DJ3_2_deprecation].

[^DJ3_2_deprecation]: Django Project. Unsupported previous releases. https://www.djangoproject.com/download/#unsupported-versions.

Development

- Support for Django 5.1 in CI, trove classifiers (398)

1.7.0

Upcoming deprecations

- 1.7.x is the last branch supporting Django 3.2.

1.8+ will drop Django 3.2.

Documentation

- Automatically linkify links that were previously only text.

Development

- Aggressive automated lint fixes via `ruff` (388)

via ruff v0.3.4, all automated lint fixes, including unsafe and previews were applied:

sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .


Branches were treated with:

sh
git rebase \
--strategy-option=theirs \
--exec 'poetry run ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; poetry run ruff format .; git add src tests; git commit --amend --no-edit' \
origin/master


- poetry: 1.7.1 -> 1.8.2

See also: https://github.com/python-poetry/poetry/blob/1.8.2/CHANGELOG.md

- ruff 0.2.2 -> 0.3.0 (386)

Related formattings. Update CI to use `ruff check .` instead of `ruff .`.

See also: https://github.com/astral-sh/ruff/blob/v0.3.0/CHANGELOG.md

- Strengthen linting (385)

- Add flake8-commas (COM)

- https://docs.astral.sh/ruff/rules/#flake8-commas-com
- https://pypi.org/project/flake8-commas/

- Add flake8-builtins (A)

- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
- https://pypi.org/project/flake8-builtins/

- Add flake8-errmsg (EM)

- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
- https://pypi.org/project/flake8-errmsg/

1.6.0

_Maintenance only, no bug fixes or features_

Packaging

- pyproject.toml: Add django 5.0 (382)
- pyproject.toml: Remove django 4.0 and 4.1 from pyproject (382)

Development

- Remove `django_slugify_processor.settings`, which was unused (381).

CI

- Move CodeQL from advanced configuration file to GitHub's default
- ci: Add pydocstyle rule to ruff (380)
- ci(tests): Remove django 4.0 and 4.1 from testgrid (382)
- ci(tests): Add django 5.0 to testgrid (382)
- ci(tests): Only test latest python (382)

As django 5.0 drops python 3.8 and 3.9, just use `3.x` to reduce the amount of jobs created in the test matrix (and keep the workflow itself simple).

Documentation

- Add docstrings to functions, methods, classes, and packages (380)

1.5.0

1.4.0post0

Documentation

- README updates so links point to new django version

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.