Release note for #6818 in 2.11.6

pull/6880/head
Matt Westcott 2021-03-05 12:30:53 +00:00
rodzic e05081a1ab
commit 0b03666c5f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -72,6 +72,7 @@ Changelog
* 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 errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
* Fix: Correctly handle model inheritance and `ClusterableModel` on `copy_for_translation` (Karl Hobley)
2.11.5 (18.02.2021)

Wyświetl plik

@ -16,3 +16,4 @@ Bug fixes
* Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
* Prevent crash when copying an alias page (Karl Hobley)
* Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
* Correctly handle model inheritance and ``ClusterableModel`` on ``copy_for_translation`` (Karl Hobley)