pull/3990/merge
Matt Westcott 2017-11-03 14:43:32 +00:00
rodzic e7312a429d
commit 022c31d91e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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