0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/docs/releases/1.13.1.rst
Hugh Rawlinson 8e4a4fae5d Add release dates to release notes (#8692)
Fixes #8691

* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00

25 lines
945 B
ReStructuredText

============================
Wagtail 1.13.1 release notes
============================
*November 17, 2017*
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* API listing views no longer fail when no site records are defined (Karl Hobley)
* Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
* Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
* Fixed error in Postgres search backend when searching specific fields of a ``specific()`` Page QuerySet (Bertrand Bordage, Matt Westcott)
* 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)