fix: stop auto-tree updates for i18n, pip updates
This commit is contained in:
parent
9db1c5a8fe
commit
6e63965602
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ WAGTAIL_CONTENT_LANGUAGES = LANGUAGES = [
|
||||||
('nl', "Dutch"),
|
('nl', "Dutch"),
|
||||||
]
|
]
|
||||||
|
|
||||||
WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = True
|
WAGTAILSIMPLETRANSLATION_SYNC_PAGE_TREE = False
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
||||||
|
|
|
@ -3,6 +3,6 @@ wagtail>=6.3.1,<6.4
|
||||||
whitenoise>=6.6,<7.0
|
whitenoise>=6.6,<7.0
|
||||||
wagtailcodeblock>=1.29.0.2,<2.0
|
wagtailcodeblock>=1.29.0.2,<2.0
|
||||||
django-tailwind>=3.6.0
|
django-tailwind>=3.6.0
|
||||||
django-browser-reload>=1.12
|
django-browser-reload>=1.17
|
||||||
Wand==0.6.13
|
Wand==0.6.13
|
||||||
wagtail-seo==2.5.0
|
wagtail-seo==2.5.0
|
Loading…
Add table
Add a link
Reference in a new issue