2.10.1.rst 803 B

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