Skip to content

Commit

Permalink
requirements: wagtail upgrade to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra committed Feb 19, 2024
1 parent 681c6db commit c98fb09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog/7637_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c98fb09

Please sign in to comment.