kopia lustrzana https://github.com/wagtail/wagtail
Release note for #4801
rodzic
5b0a7fc4b5
commit
2fe866e484
|
@ -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
|
||||
======================
|
||||
|
|
Ładowanie…
Reference in New Issue