mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Upgrade note re new versions of django-modelcluster and django-taggit
This commit is contained in:
parent
5f91859793
commit
b4311731ea
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue