Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Change Age Confidence
django-filter (changelog) ==2.4.0 -> ==25.2 age confidence

Release Notes

carltongibson/django-filter (django-filter)

v25.2

Compare Source

  • Added testing for Django 6.0.

  • Dropped support for Django <5.2 LTS

  • Dropped support for Python 3.9.

v25.1

Compare Source

  • Removed the in-built API schema generation methods, which have been
    deprecated since v23.2.

    You should use drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>_
    for generating OpenAPI schemas with DRF.

  • Dropped support for EOL Python 3.8.

  • Added testing against Python 3.13.

  • Added official support for Django 5.2.

v24.3

Compare Source

  • Adds official support for Django 5.1.

  • Allow using dictionaries for grouped choices on Django 5.0+.

    Thanks to Sævar Öfjörð Magnússon.

  • Adds unknown_field_behavior FilterSet option to allowing warning and
    ignore behaviours for unknown field types during FilterSet generation.

    Thanks to Loes.

v24.2

Compare Source

  • Fixed a regression in v23.4 where callable choices were incorrectly evaluated
    at filter instantiation, on Django versions prior to 5.0.

    Thanks to Craig de Stigter for the report and reproduce.

v24.1

Compare Source

  • Updated supported Python and Django versions, and resolved upcoming Django
    deprecations.

    Required versions are now at least Python 3.8 and Django 4.2.

    Thanks to Michael Manganiello.

  • Allowed passing a FilterSet class to the filterset_factory().

    Thanks to Birger Schacht.

  • Set empty default value of filterset data to MultiValueDict.

    Thanks to Shlomo Gordon.

  • Preserve list values passed to the data dict in CSV widgets.

    Thanks to Bryan Brancotte.

  • Updates French and Ukrainian localisations.

    Thanks to Weblate.

v23.5

Compare Source

  • Fixed OrderingFilter handling of empty values. (#​1628)

    Thanks to Matt Munns.

v23.4

Compare Source

  • Official support for Django 5.0 and Python 3.12.

  • Fix DeprecationWarning for pkgutil.find_loader.

    Thanks to wmorrell.

  • Adopted Furo theme for docs.

v23.3

Compare Source

  • Adds initial compatibility with Django 5.0, prior to Django 5.0a1.

  • Updates packaging to use pyproject.toml and Flit.

v23.2

Compare Source

  • Deprecated the schema generation methods of the DRF related DjangoFilterBackend.
    These will be removed in version 25.1.

    You should use drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>_
    for generating OpenAPI schemas with DRF.

  • In addition, stopped testing against the (very old now) coreapi schema generation.
    These methods should continue to work if you're using them until v25.1, but
    coreapi is no longer maintained, and is raising warnings against the current
    versions of Python. To workaround this is not worth the effort at this point.

  • Updated Polish translations.

v23.1

Compare Source

  • Declared support for Django 4.2.

  • Various updated and new translations. Thanks to all who contributed, and
    Weblate for hosting.

  • Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (#​1540)

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.

  • Removed filter_class (use filterset_class) and filter_fields
    (filterset_fields) that were deprecated in version 2.0
    (2018)
    .

  • 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-filter-25.x branch from a9bb036 to 074f7bb Compare August 10, 2025 13:40
@renovate renovate bot force-pushed the renovate/django-filter-25.x branch from 074f7bb to 93b0490 Compare October 5, 2025 10:38
@renovate renovate bot force-pushed the renovate/django-filter-25.x branch from 93b0490 to 326bf16 Compare December 15, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant