kopia lustrzana https://github.com/wagtail/wagtail
Release note for #6818 in 2.12.3
rodzic
0b03666c5f
commit
d61580eeac
|
@ -25,6 +25,7 @@ Changelog
|
||||||
* Fix: Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
|
* Fix: Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
|
||||||
* Fix: Prevent crash when copying an alias page (Karl Hobley)
|
* Fix: Prevent crash when copying an alias page (Karl Hobley)
|
||||||
* Fix: Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
|
* Fix: Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
|
||||||
|
* Fix: Correctly handle model inheritance and `ClusterableModel` on `copy_for_translation` (Karl Hobley)
|
||||||
|
|
||||||
|
|
||||||
2.12.2 (18.02.2021)
|
2.12.2 (18.02.2021)
|
||||||
|
|
|
@ -16,3 +16,4 @@ Bug fixes
|
||||||
* Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
|
* Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
|
||||||
* Prevent crash when copying an alias page (Karl Hobley)
|
* Prevent crash when copying an alias page (Karl Hobley)
|
||||||
* Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
|
* Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
|
||||||
|
* Correctly handle model inheritance and ``ClusterableModel`` on ``copy_for_translation`` (Karl Hobley)
|
||||||
|
|
Ładowanie…
Reference in New Issue