Release note for #6818 in 2.12.3

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

Wyświetl plik

@ -25,6 +25,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.12.2 (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)