1.13.1.rst 924 B

12345678910111213141516171819202122
  1. ============================
  2. Wagtail 1.13.1 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Bug fixes
  10. ~~~~~~~~~
  11. * API listing views no longer fail when no site records are defined (Karl Hobley)
  12. * Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
  13. * Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)
  14. * Fixed error in Postgres search backend when searching specific fields of a ``specific()`` Page QuerySet (Bertrand Bordage, Matt Westcott)
  15. * Fixed error on Elasticsearch backend when passing a QuerySet as an ``__in`` filter (Karl Hobley, Matt Westcott)
  16. * ``__isnull`` filters no longer fail on Elasticsearch 5 (Karl Hobley)
  17. * Prevented intermittent failures on Postgres search backend when a field is defined as both a ``SearchField`` and a ``FilterField`` (Matt Westcott)