2
0

2.10.1.rst 784 B

123456789101112131415161718192021
  1. ============================
  2. Wagtail 2.10.1 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * Prevent ``create_log_entries_from_revisions`` command from failing when page model classes are missing (Dan Braghis)
  12. * Prevent page audit log views from failing for user models without a ``username`` field (Vyacheslav Matyukhin)
  13. * Fix icon alignment on menu items (Coen van der Kamp)
  14. * Page editor header bar now correctly shows 'Published' or 'Draft' status when no revisions exist (Matt Westcott)
  15. * Prevent page editor from failing when ``USE_TZ`` is false (Matt Westcott)
  16. * Ensure whitespace between block-level elements is preserved when stripping tags from rich text for search indexing (Matt Westcott)