diff --git a/README.md b/README.md index f42e39a0f0..06925d76dc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ adhocracy+ is designed to make online participation easy and accessible to every * nodejs (+ npm) * python 3.x (+ venv + pip) * libpq (only if postgres should be used) + * sqlite3 [with JSON1 enabled](https://code.djangoproject.com/wiki/JSON1Extension) * redis (in production, not needed for development) ### Installation diff --git a/changelog/7637_1.md b/changelog/7637_1.md index a3bb42595b..6256e20b9d 100644 --- a/changelog/7637_1.md +++ b/changelog/7637_1.md @@ -4,3 +4,7 @@ - replace BaseSettings with BaseSiteSettings - import Site from wagtail.models instead of wagtail.core.models - migration for WagtailImageField which extends Django’s ImageField to use Willow for image file handling + +- wagtail from 4.2 to 5.0 + - New field for choosing css themes + wagtail/users/migrations/0012_userprofile_theme.py diff --git a/requirements/base.txt b/requirements/base.txt index 41a0c2f22d..07e0e3314b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ django-cloudflare-push==0.2.2 django_csp==3.7 django-parler==2.3 sentry-sdk==1.25.1 -wagtail==4.2 +wagtail==5.0 whitenoise==6.4.0 xmltodict==0.13.0 zeep==4.2.1