mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 13:01:56 +00:00
Release note for #4018
This commit is contained in:
parent
0451fc730f
commit
9931ca5f15
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
* Fix: Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
* Fix: Fixed error in Postgres search backend when searching specific fields of a specific() Page queryset (Bertrand Bordage, Matt Westcott)
|
||||
|
||||
|
||||
1.12.2 (18.09.2017)
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ Bug fixes
|
|||
* API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
* Pinned Django REST Framework to <3.7 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
||||
* Fixed error in Postgres search backend when searching specific fields of a ``specific()`` Page queryset (Bertrand Bordage, Matt Westcott)
|
||||
|
|
|
|||
Loading…
Reference in a new issue