kopia lustrzana https://github.com/wagtail/wagtail
Unpin django-filter's top boundary (#12885)
rodzic
cbca63c1a3
commit
8dd59b149a
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -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)
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue