2.12.3.rst 519 B

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