pull/13096/head
Sage Abdullah 2025-05-08 09:49:21 +01:00
rodzic 2fb0a3c055
commit fc02119c3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
3 zmienionych plików z 29 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,10 @@ Changelog
* Maintenance: Refactor `get_embed` to remove `finder` argument which was only used for mocking in unit tests (Jigyasu Rajput)
* Maintenance: Simplify handling of `None` values in `TypedTableBlock` (Jigyasu Rajput)
7.0.1 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~
* Docs: Use tuple instead of set in `UniqueConstraint` examples for a custom rendition model to avoid spurious migrations (Alec Baron)
7.0 LTS (06.05.2025)
~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,24 @@
# Wagtail 7.0.1 release notes - IN DEVELOPMENT
_Unreleased_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* ...
### Documentation
* Use tuple instead of set in `UniqueConstraint` examples for a custom rendition model to avoid spurious migrations (Alec Baron)
### Maintenance
* ...

Wyświetl plik

@ -7,6 +7,7 @@ Release notes
upgrading
release_process
7.1
7.0.1
7.0
6.4.2
6.4.1