mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 01:54:49 +00:00
Release note for #4801
This commit is contained in:
parent
5b0a7fc4b5
commit
2fe866e484
2 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ Changelog
|
|||
* Fix: Split up `wagtail.admin.forms` to make it less prone to circular imports (Matt Westcott)
|
||||
* Fix: Disable linking to root page in rich text, making the page non-functional (Matt Westcott)
|
||||
* Fix: Pages should be editable and save-able even if there are broken page or document links in rich text (Matt Westcott)
|
||||
* Fix: Avoid redundant round-trips of JSON StreamField data on save, improving performance and preventing consistency issues on fixture loading (Andy Chosak, Matt Westcott)
|
||||
|
||||
|
||||
2.2.2 (29.08.2018)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,8 @@ Bug fixes
|
|||
* Split up ``wagtail.admin.forms`` to make it less prone to circular imports (Matt Westcott)
|
||||
* Disable linking to root page in rich text, making the page non-functional (Matt Westcott)
|
||||
* Pages should be editable and save-able even if there are broken page or document links in rich text (Matt Westcott)
|
||||
* Avoid redundant round-trips of JSON StreamField data on save, improving performance and preventing consistency issues on fixture loading (Andy Chosak, Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue