2.0.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ==========================================
  2. Wagtail 2.0 release notes - IN DEVELOPMENT
  3. ==========================================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Other features
  10. ~~~~~~~~~~~~~~
  11. * Moved Wagtail API v1 implementation (``wagtail.contrib.api``) to an `external app <https://github.com/wagtail/wagtailapi_legacy>`_ (Karl Hobley)
  12. * Implement ordering by date in form submission view (LB (Ben Johnston))
  13. * Elasticsearch scroll API is now used when fetching more than 100 search results (Karl Hobley)
  14. * Added hidden field to the form builder (Ross Crawford-d'Heureuse)
  15. * Usage count now shows on delete confirmation page when WAGTAIL_USAGE_COUNT_ENABLED is active (Kees Hink)
  16. * Added usage count to snippets (Kees Hink)
  17. * Moved usage count to the sidebar on the edit page (Kees Hink)
  18. Bug fixes
  19. ~~~~~~~~~
  20. * Do not remove stopwords when generating slugs from non-ASCII titles, to avoid issues with incorrect word boundaries (Sævar Öfjörð Magnússon)
  21. * The PostgreSQL search backend now preserves ordering of the ``QuerySet`` when searching with ``order_by_relevance=False`` (Bertrand Bordage)
  22. * Using ``modeladmin_register`` as a decorator no longer replaces the decorated class with ``None`` (Tim Heap)
  23. * Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
  24. * The ``{% routablepageurl %}`` template tag no longer generates invalid URLs when the ``WAGTAIL_APPEND_SLASH`` setting was set to ``False`` (Venelin Stoykov)
  25. Upgrade considerations
  26. ======================
  27. Removed support for Python 2.7, Django 1.8 and Django 1.10
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. Python 2.7, Django 1.8 and Django 1.10 are no longer supported in this release. You are advised to upgrade your project to Python 3 and Django 1.11 before upgrading to Wagtail 2.0.