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

pull/11831/head
Sebastian Muthwill 2024-04-10 09:46:26 +02:00 zatwierdzone przez Matt Westcott
rodzic c550173d6c
commit e86e1caa28
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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

Wyświetl plik

@ -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",