Browse Source

bump django-filter to support 24.2 version (#11837)

Sebastian Muthwill 11 months ago
parent
commit
e86e1caa28
3 changed files with 3 additions and 1 deletions
  1. 1 0
      CONTRIBUTORS.md
  2. 1 0
      docs/releases/6.1.md
  3. 1 1
      setup.py

+ 1 - 0
CONTRIBUTORS.md

@@ -811,6 +811,7 @@
 * Abdelrahman Hamada
 * Divdeploy
 * Ihar Marhitych
+* Sebastian Muthwill
 
 ## Translators
 

+ 1 - 0
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

+ 1 - 1
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",