1.13.1.rst 945 B

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