mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 21:14:46 +00:00
Release note for #3973
This commit is contained in:
parent
e7312a429d
commit
022c31d91e
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue