mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
Release note for #3973
This commit is contained in:
parent
e7312a429d
commit
022c31d91e
@ -50,6 +50,7 @@ Changelog
|
||||
* Fix: Removed deprecated `SessionAuthenticationMiddleware` from project template (Samir Shah)
|
||||
* Fix: Custom display page titles defined with `get_admin_display_title` are now shown in search results (Ben Sturmfels, Matt Westcott)
|
||||
* Fix: Custom PageManagers now return the correct PageQuerySet subclass (Matt Westcott)
|
||||
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
||||
|
||||
1.12.2 (18.09.2017)
|
||||
|
@ -32,6 +32,7 @@ Bug fixes
|
||||
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
* The ``{% routablepageurl %}`` template tag no longer generates invalid URLs when the ``WAGTAIL_APPEND_SLASH`` setting was set to ``False`` (Venelin Stoykov)
|
||||
* The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
|
||||
* API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
Loading…
Reference in New Issue
Block a user