From 8dd59b149a286cb52bc463120a405ca140dd13b0 Mon Sep 17 00:00:00 2001 From: zerolab Date: Mon, 17 Feb 2025 14:31:17 +0000 Subject: [PATCH] Unpin django-filter's top boundary (#12885) --- CHANGELOG.txt | 8 ++++++++ docs/releases/6.3.4.md | 17 +++++++++++++++++ docs/releases/6.4.1.md | 4 ++++ docs/releases/6.5.md | 1 + 4 files changed, 30 insertions(+) create mode 100644 docs/releases/6.3.4.md diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37a0974cb3..c1a2de1136 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Maintenance: Migrate away from deprecated Sass import rules to module system (Srishti Jaiswal) * Maintenance: Apply Sass mixed declarations migration in preparation for CSS nesting (Prabhpreet Kaur) * Maintenance: npm package updates; `downshift`, `focus-trap-react`, `immer`, `redux`, `uuid` (LB (Ben) Johnston) + * Maintenance: Remove upper version boundary for django-filter. (Dan Braghis) 6.4.1 (xx.xx.xxxx) - IN DEVELOPMENT @@ -24,6 +25,7 @@ Changelog * Fix: Prevent error when filtering by locale and searching with Elasticsearch (Sage Abdullah) * Fix: Support searching `none()` querysets (Matt Westcott) * Fix: Correctly handle UUID primary keys when invoking background tasks (Matt Westcott) + * Maintenance: Remove upper version boundary for django-filter. (Dan Braghis) 6.4 (03.02.2025) @@ -163,6 +165,12 @@ Changelog * Maintenance: Upgrade sass-loader to resolve Sass deprecation warnings (Ayaan Qadri) +6.3.4 (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~~~ + + * Maintenance: Remove upper version boundary for django-filter. (Dan Braghis) + + 6.3.3 (03.02.2025) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/6.3.4.md b/docs/releases/6.3.4.md new file mode 100644 index 0000000000..4cf6aa490e --- /dev/null +++ b/docs/releases/6.3.4.md @@ -0,0 +1,17 @@ +# Wagtail 6.3.4 release notes - IN DEVELOPMENT + +_Unreleased_ + +```{contents} +--- +local: +depth: 1 +--- +``` + +## What's new + + +### Maintenance + + * Remove upper version boundary for django-filter. (Dan Braghis) diff --git a/docs/releases/6.4.1.md b/docs/releases/6.4.1.md index c8fa197375..7b1d2ff623 100644 --- a/docs/releases/6.4.1.md +++ b/docs/releases/6.4.1.md @@ -16,3 +16,7 @@ depth: 1 * Prevent error when filtering by locale and searching with Elasticsearch (Sage Abdullah) * Support searching `none()` querysets (Matt Westcott) * Correctly handle UUID primary keys when invoking background tasks (Matt Westcott) + +### Maintenance + + * Remove upper version boundary for django-filter. (Dan Braghis) diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index c1f0389328..97c4ab701f 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -34,6 +34,7 @@ depth: 1 * Migrate away from deprecated Sass import rules to module system (Srishti Jaiswal) * Apply Sass mixed declarations migration in preparation for CSS nesting (Prabhpreet Kaur) * npm package updates; `downshift`, `focus-trap-react`, `immer`, `redux`, `uuid` (LB (Ben) Johnston) + * Remove upper version boundary for django-filter. (Dan Braghis) ## Upgrade considerations - changes affecting all projects