[PR #118] [CLOSED] Bump django-filter from 23.5 to 24.1 #119

Closed
opened 2026-02-27 11:09:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/118
Author: @dependabot[bot]
Created: 3/11/2024
Status: Closed

Base: masterHead: dependabot/pip/django-filter-24.1


📝 Commits (1)

  • 503204a Bump django-filter from 23.5 to 24.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-filter from 23.5 to 24.1.

Changelog

Sourced from django-filter's changelog.

Version 24.1 (2024-03-08)

  • 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.

Commits
  • 6da0ccd Bumped version and changes for 24.1 release.
  • 3ece0ed Allowed passing a FilterSet class to the filterset_factory(). (#1644)
  • a5f3f1a Fixed trailing whitespace in test file.
  • 296cabe Set default value of filterset data to MultiValueDict (#1634)
  • 1808e21 Updated supported Python and Django versions (#1643)
  • d0e34ef Removed usage of deprecated is_iterable util (#1642)
  • a2f7aba Preserve list values in CSV widget.
  • fd662c8 Translated using Weblate (French) (#1635)
  • af9f13b Translated using Weblate (Ukrainian) (#1632)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa-postfix-autoreply/pull/118 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-filter-24.1` --- ### 📝 Commits (1) - [`503204a`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/503204a76ad1a9a196933af970420f949d860557) Bump django-filter from 23.5 to 24.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.5 to 24.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst">django-filter's changelog</a>.</em></p> <blockquote> <h2>Version 24.1 (2024-03-08)</h2> <ul> <li> <p>Updated supported Python and Django versions, and resolved upcoming Django deprecations.</p> <p>Required versions are now at least Python 3.8 and Django 4.2.</p> <p>Thanks to Michael Manganiello.</p> </li> <li> <p>Allowed passing a FilterSet class to the filterset_factory().</p> <p>Thanks to Birger Schacht.</p> </li> <li> <p>Set empty default value of filterset data to MultiValueDict.</p> <p>Thanks to Shlomo Gordon.</p> </li> <li> <p>Preserve list values passed to the data dict in CSV widgets.</p> <p>Thanks to Bryan Brancotte.</p> </li> <li> <p>Updates French and Ukrainian localisations.</p> <p>Thanks to Weblate.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/carltongibson/django-filter/commit/6da0ccd6d2161cea9fae98d81d126b26f528e565"><code>6da0ccd</code></a> Bumped version and changes for 24.1 release.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/3ece0ed160dc9c8b8326bb12ea533f6bc003f4bd"><code>3ece0ed</code></a> Allowed passing a FilterSet class to the filterset_factory(). (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1644">#1644</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/a5f3f1af70fb447bf0ac56a54aa228a413c9ba40"><code>a5f3f1a</code></a> Fixed trailing whitespace in test file.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/296cabe2a59ebe3ca25a53f744cdcdfee6c57e9e"><code>296cabe</code></a> Set default value of filterset data to MultiValueDict (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1634">#1634</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/1808e21cd287b6d016f05d6128d2c2d1a525068b"><code>1808e21</code></a> Updated supported Python and Django versions (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1643">#1643</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/d0e34ef83ba4486bae40c9a0629b4b9368486459"><code>d0e34ef</code></a> Removed usage of deprecated is_iterable util (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1642">#1642</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/a2f7aba4e9aca9d6e9fc1f2ddc554daf87e8457e"><code>a2f7aba</code></a> Preserve list values in CSV widget.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/fd662c8eb153349aab0d68b8391c42cd64baa02f"><code>fd662c8</code></a> Translated using Weblate (French) (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1635">#1635</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/af9f13b6245cba71b3da358bd014159474ebfb8c"><code>af9f13b</code></a> Translated using Weblate (Ukrainian) (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1632">#1632</a>)</li> <li>See full diff in <a href="https://github.com/carltongibson/django-filter/compare/23.5...24.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-filter&package-manager=pip&previous-version=23.5&new-version=24.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:09:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#119
No description provided.