From b4311731ea564165278f6bcef2393f6a19fa9942 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 2 Feb 2017 11:19:43 +0000 Subject: [PATCH] Upgrade note re new versions of django-modelcluster and django-taggit --- docs/releases/1.9.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releases/1.9.rst b/docs/releases/1.9.rst index e898fbe9b..6f6d34af9 100644 --- a/docs/releases/1.9.rst +++ b/docs/releases/1.9.rst @@ -52,6 +52,12 @@ Bug fixes Upgrade considerations ====================== +``django-modelcluster`` and ``django-taggit`` dependencies updated +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Wagtail now requires version 3.0 or later of ``django-modelcluster`` and version 0.20 or later of ``django-taggit``; earlier versions are unsupported. In normal circumstances these packages will be upgraded automatically when upgrading Wagtail; however, if your Wagtail project has a requirements file that explicitly specifies an older version, this will need to be updated. + + ``get_context`` methods on StreamField blocks need updating ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~