kopia lustrzana https://github.com/wagtail/wagtail
Release note for #12812 in 5.2.8
rodzic
6489eae6cf
commit
30deac59d0
|
@ -726,6 +726,12 @@ Changelog
|
||||||
* Maintenance: Remove support for Django 4.1 and below (Sage Abdullah)
|
* Maintenance: Remove support for Django 4.1 and below (Sage Abdullah)
|
||||||
|
|
||||||
|
|
||||||
|
5.2.8 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
|
||||||
|
|
||||||
|
|
||||||
5.2.7 (01.11.2024)
|
5.2.7 (01.11.2024)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Wagtail 5.2.8 release notes
|
||||||
|
|
||||||
|
_Unreleased_
|
||||||
|
|
||||||
|
```{contents}
|
||||||
|
---
|
||||||
|
local:
|
||||||
|
depth: 1
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
## What's new
|
||||||
|
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
|
|
@ -25,6 +25,7 @@ Release notes
|
||||||
6.0.2
|
6.0.2
|
||||||
6.0.1
|
6.0.1
|
||||||
6.0
|
6.0
|
||||||
|
5.2.8
|
||||||
5.2.7
|
5.2.7
|
||||||
5.2.6
|
5.2.6
|
||||||
5.2.5
|
5.2.5
|
||||||
|
|
Ładowanie…
Reference in New Issue