فهرست منبع

Release note for #6370

Matt Westcott 4 سال پیش
والد
کامیت
461abec5b5
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/2.11.rst

+ 1 - 0
CHANGELOG.txt

@@ -9,6 +9,7 @@ Changelog
  * Add `wagtail --version` to available Wagtail CLI commands (Kalob Taulien)
  * Add `hooks.register_temporarily` utility function for testing hooks (Karl Hobley. Sponsored by the Mozilla Foundation)
  * Remove unidecode and use anyascii in for Unicode to ASCII conversion (Robbie Mackay)
+ * Add `render` helper to `RoutablePageMixin` to support serving template responses according to Wagtail conventions (Andy Babic)
  * Fix: Make page-level actions accessible to keyboard users in page listing tables (Jesse Menn)
  * Fix: `WAGTAILFRONTENDCACHE_LANGUAGES` was being interpreted incorrectly. It now accepts a list of strings, as documented (Karl Hobley)
  * Fix: Update oEmbed endpoints to use https where available (Matt Westcott)

+ 1 - 0
docs/releases/2.11.rst

@@ -18,6 +18,7 @@ Other features
  * Add ``wagtail --version`` to available Wagtail CLI commands (Kalob Taulien)
  * Add ``hooks.register_temporarily`` utility function for testing hooks (Karl Hobley. Sponsored by the Mozilla Foundation)
  * Remove unidecode and use anyascii in for Unicode to ASCII conversion (Robbie Mackay)
+ * Add ``render`` helper to ``RoutablePageMixin`` to support serving template responses according to Wagtail conventions (Andy Babic)
 
 
 Bug fixes