소스 검색

Release note for #5848

Matt Westcott 5 년 전
부모
커밋
122575d2ee
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/2.9.rst

+ 1 - 0
CHANGELOG.txt

@@ -14,6 +14,7 @@ Changelog
  * Wagtail admin no longer depends on SiteMiddleware, avoiding incompatibility with Django sites framework and redundant database queries (aritas1, timmysmalls, Matt Westcott)
  * Tag field autocompletion now handles custom tag models (Matt Westcott)
  * `wagtail_serve` URL route can now be omitted for headless sites (Storm Heg)
+ * Allow free tagging to be disabled on custom tag models (Matt Westcott)
  * Fix: Added ARIA alert role to live search forms in the admin (Casper Timmers)
  * Fix: Reorder login form elements to match expected tab order (Kjartan Sverrisson)
  * Fix: Re-add 'Close Explorer' button on mobile viewports (Sævar Öfjörð Magnússon)

+ 1 - 0
docs/releases/2.9.rst

@@ -23,6 +23,7 @@ Other features
  * Wagtail admin no longer depends on SiteMiddleware, avoiding incompatibility with Django sites framework and redundant database queries (aritas1, timmysmalls, Matt Westcott)
  * Tag field autocompletion now handles custom tag models (Matt Westcott)
  * ``wagtail_serve`` URL route can now be omitted for headless sites (Storm Heg)
+ * Allow free tagging to be disabled on custom tag models (Matt Westcott)
 
 
 Bug fixes