Skip to content

Commit

Permalink
django upgrade 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ra committed Oct 31, 2023
1 parent 7976808 commit 1c2a726
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/7782.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
- Django from 4.0 to 4.1
- apps: added max_length in multiselectfield to fix index error with
validators[0]=MaxValueMultiFieldValidator(self.max_length)
- apps: added migration for wagtail custom renditions

- Django from 4.1 to 4.2
- site-packages: update taggit to v4.
Should update to latest version when compatible with wagtail to fix index_together deprecation
2 changes: 1 addition & 1 deletion digitalstrategie/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
MEDIA_URL = '/media/'

# Wagtail settings
WAGTAIL_SITE_NAME = "digitalstrategie"
WAGTAIL_SITE_NAME = 'digitalstrategie'
WAGTAILIMAGES_IMAGE_MODEL = 'apps_images.CustomImage'
WAGTAILEMBEDS_FINDERS = [
{
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
brotli==1.1.0
Django==4.1
Django==4.2
django-cloudflare-push==0.2.2
django-csp==3.7
django-multiselectfield==0.1.12
django-taggit==4.0.0
django-widget-tweaks==1.4.12
sentry-sdk==1.32.0
wagtail==5.1.3
Expand Down

0 comments on commit 1c2a726

Please sign in to comment.