0.8.5.rst 1.3 KB

123456789101112131415161718192021222324252627
  1. ===========================
  2. Wagtail 0.8.5 release notes
  3. ===========================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * On adding a new page, the available page types are ordered by the displayed verbose name
  12. * Active admin submenus were not properly closed when activating another
  13. * ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
  14. * (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
  15. * Storage backends that return raw ContentFile objects are now handled correctly when resizing images
  16. * Punctuation characters are no longer stripped when performing search queries
  17. * When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
  18. * ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
  19. * Serving documents now uses a streaming HTTP response and will no longer break Django's cache middleware
  20. * User admin area no longer fails in the presence of negative user IDs (as used by ``django-guardian``'s default settings)
  21. * Password reset emails now use the ``BASE_URL`` setting for the reset URL
  22. * ``BASE_URL`` is now included in the project template's default settings file