2.12.3.rst 502 B

12345678910111213141516171819
  1. ============================
  2. Wagtail 2.12.3 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott)
  12. * Prevent crash when copying an alias page (Karl Hobley)
  13. * Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)
  14. * Correctly handle model inheritance and ``ClusterableModel`` on ``copy_for_translation`` (Karl Hobley)