2017-11-17 12:14:44 +01:00
|
|
|
============================
|
|
|
|
Wagtail 1.13.1 release notes
|
|
|
|
============================
|
2017-11-03 15:53:45 +01:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
|
|
|
|
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
Bug fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
* API listing views no longer fail when no site records are defined (Karl Hobley)
|
2017-11-03 16:24:55 +01:00
|
|
|
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
|
2017-11-07 17:48:12 +01:00
|
|
|
* Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
|
2017-11-16 18:06:19 +01:00
|
|
|
* Fixed error in Postgres search backend when searching specific fields of a ``specific()`` Page queryset (Bertrand Bordage, Matt Westcott)
|
2017-11-17 11:56:55 +01:00
|
|
|
* Fixed error on Elasticsearch backend when passing a queryset as an ``__in`` filter (Karl Hobley, Matt Westcott)
|
|
|
|
* ``__isnull`` filters no longer fail on Elasticsearch 5 (Karl Hobley)
|
|
|
|
* Prevented intermittent failures on Postgres search backend when a field is defined as both a ``SearchField`` and a ``FilterField`` (Matt Westcott)
|