Django Redirects Versions Save

:arrow_right_hook: :white_check_mark: redirects as they should be, with full control.

0.6.0

5 months ago
  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.

0.5.0

10 months ago

What's Changed

  • Add Django 4.2 support.
  • Drop Django 2.2 support.
  • Fix Django 3.0 compatibility.
  • Add translations (en, it, ru).
  • Add pyupgrade to pre-commit config.
  • Add django-upgrade to pre-commit hooks.
  • Run pre-commit also with tox.
  • Switch from setup.cfg to pyproject.toml.
  • Replace flake8 with Ruff.
  • Pin test requirements.
  • Bump requirements.

Full Changelog: https://github.com/fabiocaccamo/django-redirects/compare/0.4.0...0.5.0

0.4.0

1 year ago
  • Add Python 3.11 and Django 4.1 support.
  • Drop Python < 3.8 and Django < 2.2 support. #19
  • Add pre-commit.
  • Replace str.format with f-strings
  • Replace setup.py test in favor of runtests.py.
  • Bump GitHub actions versions.

0.3.1

1 year ago
  • Improve tests coverage.

0.3.0

1 year ago
  • Added created_at and updated_at fields. #4
  • Added tests. #5
  • Added default_auto_field setting.
  • Fixed Redirect.MATCH_PREFIX not working.

0.2.0

3 years ago

0.1.0

3 years ago