Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.17 KB

CHANGELOG.rst

File metadata and controls

52 lines (32 loc) · 1.17 KB

Change log

2.2 (2024-01-30)

  • Added Python 3.11, 3.12, Django 4.2, 5.0.
  • Dropped Python < 3.9.
  • Allowed searching the redirects.

2.1 (2021-09-19)

  • Required Python >= 3.8 and Django >= 3.2.
  • Started using pre-commit.
  • Dropped the default_app_config variable.
  • Added Django 4.1.

2.0 (2021-03-14)

  • Dropped compatibility with Django<2.2 and Python<3.6.
  • Switched to a declarative setup.
  • Switched to GitHub actions.
  • Renamed the package to django-simple-redirects. The previous name was needlessly derogatory.

1.1 (2019-10-23)

  • Dropped compatibility with Django<1.11 and Python 2.

1.0 (2016-02-24)

  • Initial public release.