Skip to content

0.8.5

Compare
Choose a tag to compare
@gasman gasman released this 17 Feb 17:01
· 96 commits to stable/0.8.x since this release
  • Fix: On adding a new page, the available page types are ordered by the displayed verbose name
  • Fix: Active admin submenus were not properly closed when activating another
  • Fix: get_sitemap_urls is now called on the specific page class so it can now be overridden (Jerel Unruh)
  • Fix: (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
  • Fix: Storage backends that return raw ContentFile objects are now handled correctly when resizing images (@georgewhewell)
  • Fix: Punctuation characters are no longer stripped when performing search queries
  • Fix: When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
  • Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas)
  • Fix: Serving documents now uses a streaming HTTP response and will no longer break Django's cache middleware
  • Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings)
  • Fix: Password reset emails now use the BASE_URL setting for the reset URL
  • Fix: BASE_URL is now included in the project template's default settings file