kopia lustrzana https://github.com/wagtail/wagtail
Release note for #13096
rodzic
2fb0a3c055
commit
fc02119c3c
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
* ...
|
||||
|
|
@ -7,6 +7,7 @@ Release notes
|
|||
upgrading
|
||||
release_process
|
||||
7.1
|
||||
7.0.1
|
||||
7.0
|
||||
6.4.2
|
||||
6.4.1
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue