Skip to content

build: update dependency django-filter to v22 - autoclosed

Common Ground Bot requested to merge renovate/django-filter-22-x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
django-filter (source, changelog) ==2.4.0 -> ==22.1 age adoption passing confidence

Release Notes

carltongibson/django-filter

v22.1

Compare Source

  • Update supported Python and Django versions: minimal Python is now 3.7, minimum Django is now 3.2.

  • Added testing for Python 3.10 and Django 4.1.

  • Removed outdated deprecated warnings for code removed in version 2.1.

  • The code base is now formatted with Black.

v21.1

Compare Source

This is a maintenance release updating CI testing for the latest non-end-of-life versions of Python and Django, and updating package metadata accordingly.

With this release django-filter is switching to a two-part CalVer versioning scheme, such as 21.1. The first number is the year. The second is the release number within that year.

On an on-going basis, Django-Filter aims to support all current Django versions, the matching current Python versions, and the latest version of Django REST Framework.

Please see:

  • Status of supported Python branches <https://devguide.python.org/#status-of-python-branches>_
  • List of supported Django versions <https://www.djangoproject.com/download/#support-versions>_

Support for Python and Django versions will be dropped when they reach end-of-life. Support for Python versions will dropped when they reach end-of-life, even when still supported by a current version of Django.

Other breaking changes are rare. Where required, every effort will be made to apply a "Year plus two" deprecation period. For example, a change initially introduced in 23.x would offer a fallback where feasible and finally be removed in 25.1. Where fallbacks are not feasible, breaking changes without deprecation will be called out in the release notes.

Beyond that change, there are few changes. Some small bugfixes, improvements to localisation, and documentation tweaks. Thanks to all who were involved.


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Common Ground Bot

Merge request reports