From e86e1caa2833fa2f5426ffa344890f2b03c3a834 Mon Sep 17 00:00:00 2001 From: Sebastian Muthwill Date: Wed, 10 Apr 2024 09:46:26 +0200 Subject: [PATCH] bump django-filter to support 24.2 version (#11837) --- CONTRIBUTORS.md | 1 + docs/releases/6.1.md | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 626f5b5438..6123164d50 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -811,6 +811,7 @@ * Abdelrahman Hamada * Divdeploy * Ihar Marhitych +* Sebastian Muthwill ## Translators diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index 7d06c28b67..b5fb466d16 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -98,6 +98,7 @@ depth: 1 * Remove usage of inline scripts and instead use a new Stimulus controller (`w-block`/`BlockController`) to instantiate `StreamField` blocks (Karthik Ayangar) * Update NPM Babel, TypeScript and Webpack packages (Neeraj Yetheendran) * Replace ad-hoc JavaScript and vendor Mousetrap usage to a new Stimulus controller (`w-kbd`/`KeyboardController`) (Neeraj Yetheendran) + * Update django-filter to 24.x (Sebastian Muthwill) ## Upgrade considerations diff --git a/setup.py b/setup.py index cdec5ea4c3..7b833eb98c 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires = [ "django-taggit>=4.0,<5.1", "django-treebeard>=4.5.1,<5.0", "djangorestframework>=3.15.1,<4.0", - "django-filter>=23.3,<24", + "django-filter>=23.3,<25", "draftjs_exporter>=2.1.5,<6.0", "Pillow>=9.1.0,<11.0.0", "beautifulsoup4>=4.8,<4.13",