Skip to content
Snippets Groups Projects
Commit c55468c4 authored by jan.bednarik's avatar jan.bednarik
Browse files

majak: Upgrade to Wagtail 2.15.1

parent 1d3244cc
No related branches found
No related tags found
2 merge requests!418Release,!417majak: Upgrade to Wagtail 2.15.1
Pipeline #6705 passed
# Generated by Django 3.2.11 on 2022-01-14 16:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("district", "0031_auto_20220114_1527"),
]
operations = [
migrations.AlterModelOptions(
name="districthomepage",
options={"verbose_name": "Místní sdružení"},
),
]
...@@ -59,7 +59,6 @@ INSTALLED_APPS = [ ...@@ -59,7 +59,6 @@ INSTALLED_APPS = [
"wagtail.contrib.modeladmin", "wagtail.contrib.modeladmin",
"wagtail.contrib.table_block", "wagtail.contrib.table_block",
"wagtail.contrib.routable_page", "wagtail.contrib.routable_page",
"wagtail.contrib.postgres_search",
"wagtail.embeds", "wagtail.embeds",
"wagtail.sites", "wagtail.sites",
"wagtail.users", "wagtail.users",
...@@ -227,7 +226,7 @@ WAGTAIL_EMAIL_MANAGEMENT_ENABLED = False ...@@ -227,7 +226,7 @@ WAGTAIL_EMAIL_MANAGEMENT_ENABLED = False
WAGTAILSEARCH_BACKENDS = { WAGTAILSEARCH_BACKENDS = {
"default": { "default": {
"BACKEND": "wagtail.contrib.postgres_search.backend", "BACKEND": "wagtail.search.backends.database",
"SEARCH_CONFIG": env.str("SEARCH_CONFIG", default="english"), "SEARCH_CONFIG": env.str("SEARCH_CONFIG", default="english"),
} }
} }
......
# Generated by Django 3.2.11 on 2022-01-14 16:41
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("region", "0008_auto_20220114_1527"),
]
operations = [
migrations.AlterModelOptions(
name="regionhomepage",
options={"verbose_name": "Krajské sdružení"},
),
]
# #
# This file is autogenerated by pip-compile with python 3.8 # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile base.in # pip-compile base.in
...@@ -14,36 +14,44 @@ arrow==0.14.7 ...@@ -14,36 +14,44 @@ arrow==0.14.7
# ics # ics
asgiref==3.4.1 asgiref==3.4.1
# via django # via django
asttokens==2.0.5
# via stack-data
backcall==0.2.0 backcall==0.2.0
# via ipython # via ipython
beautifulsoup4==4.9.3 beautifulsoup4==4.9.3
# via # via
# -r base.in # -r base.in
# wagtail # wagtail
black==21.12b0
# via ipython
bleach==4.1.0 bleach==4.1.0
# via -r base.in # via -r base.in
brotli==1.0.9 brotli==1.0.9
# via fonttools # via fonttools
certifi==2021.5.30 certifi==2021.10.8
# via # via
# requests # requests
# sentry-sdk # sentry-sdk
cffi==1.14.6 cffi==1.15.0
# via # via
# cryptography # cryptography
# weasyprint # weasyprint
charset-normalizer==2.0.6 charset-normalizer==2.0.10
# via requests # via requests
cryptography==35.0.0 click==8.0.3
# via black
cryptography==36.0.1
# via # via
# josepy # josepy
# mozilla-django-oidc # mozilla-django-oidc
# pyopenssl # pyopenssl
cssselect2==0.4.1 cssselect2==0.4.1
# via weasyprint # via weasyprint
decorator==5.1.0 decorator==5.1.1
# via ipython # via ipython
django==3.2.8 deprecated==1.2.13
# via redis
django==3.2.11
# via # via
# django-extensions # django-extensions
# django-filter # django-filter
...@@ -56,17 +64,17 @@ django==3.2.8 ...@@ -56,17 +64,17 @@ django==3.2.8
# djangorestframework # djangorestframework
# mozilla-django-oidc # mozilla-django-oidc
# wagtail # wagtail
django-environ==0.7.0 django-environ==0.8.1
# via -r base.in # via -r base.in
django-extensions==3.1.3 django-extensions==3.1.5
# via -r base.in # via -r base.in
django-filter==2.4.0 django-filter==21.1
# via wagtail # via wagtail
django-modelcluster==5.1 django-modelcluster==5.2
# via wagtail # via wagtail
django-ranged-response==0.2.0 django-ranged-response==0.2.0
# via django-simple-captcha # via django-simple-captcha
django-redis==5.0.0 django-redis==5.2.0
# via -r base.in # via -r base.in
django-settings-export==1.2.1 django-settings-export==1.2.1
# via -r base.in # via -r base.in
...@@ -76,15 +84,17 @@ django-taggit==1.5.1 ...@@ -76,15 +84,17 @@ django-taggit==1.5.1
# via wagtail # via wagtail
django-treebeard==4.5.1 django-treebeard==4.5.1
# via wagtail # via wagtail
django-widget-tweaks==1.4.8 django-widget-tweaks==1.4.12
# via -r base.in # via -r base.in
djangorestframework==3.12.4 djangorestframework==3.13.1
# via wagtail # via wagtail
draftjs-exporter==2.1.7 draftjs-exporter==2.1.7
# via wagtail # via wagtail
et-xmlfile==1.1.0 et-xmlfile==1.1.0
# via openpyxl # via openpyxl
fonttools[woff]==4.27.1 executing==0.8.2
# via stack-data
fonttools[woff]==4.28.5
# via weasyprint # via weasyprint
html5lib==1.1 html5lib==1.1
# via # via
...@@ -92,62 +102,74 @@ html5lib==1.1 ...@@ -92,62 +102,74 @@ html5lib==1.1
# weasyprint # weasyprint
ics==0.7 ics==0.7
# via -r base.in # via -r base.in
idna==3.2 idna==3.3
# via requests # via requests
ipython==7.28.0 importlib-metadata==4.10.0
# via markdown
ipython==8.0.0
# via -r base.in # via -r base.in
jedi==0.18.0 jedi==0.18.1
# via ipython # via ipython
josepy==1.10.0 josepy==1.12.0
# via mozilla-django-oidc # via mozilla-django-oidc
l18n==2020.6.1 l18n==2021.3
# via wagtail # via wagtail
markdown==3.3.4 markdown==3.3.6
# via -r base.in # via -r base.in
matplotlib-inline==0.1.3 matplotlib-inline==0.1.3
# via ipython # via ipython
mozilla-django-oidc==1.2.4 mozilla-django-oidc==1.2.4
# via pirates # via pirates
numpy==1.21.2 mypy-extensions==0.4.3
# via black
numpy==1.22.0
# via opencv-python # via opencv-python
opencv-python==4.5.3.56 opencv-python==4.5.5.62
# via -r base.in # via -r base.in
openpyxl==3.0.9 openpyxl==3.0.9
# via tablib # via tablib
packaging==21.0 packaging==21.3
# via bleach # via
parso==0.8.2 # bleach
# redis
parso==0.8.3
# via jedi # via jedi
pathspec==0.9.0
# via black
pexpect==4.8.0 pexpect==4.8.0
# via ipython # via ipython
pickleshare==0.7.5 pickleshare==0.7.5
# via ipython # via ipython
pillow==8.3.2 pillow==8.4.0
# via # via
# django-simple-captcha # django-simple-captcha
# wagtail # wagtail
# weasyprint # weasyprint
pirates==0.5.0 pirates==0.5.0
# via -r base.in # via -r base.in
prompt-toolkit==3.0.20 platformdirs==2.4.1
# via black
prompt-toolkit==3.0.24
# via ipython # via ipython
psycopg2-binary==2.9.1 psycopg2-binary==2.9.3
# via -r base.in # via -r base.in
ptyprocess==0.7.0 ptyprocess==0.7.0
# via pexpect # via pexpect
pycparser==2.20 pure-eval==0.2.1
# via stack-data
pycparser==2.21
# via cffi # via cffi
pydyf==0.1.1 pydyf==0.1.2
# via weasyprint # via weasyprint
pygments==2.10.0 pygments==2.11.2
# via ipython # via ipython
pyopenssl==21.0.0 pyopenssl==21.0.0
# via josepy # via josepy
pyparsing==2.4.7 pyparsing==3.0.6
# via packaging # via packaging
pypdf2==1.26.0 pypdf2==1.26.0
# via -r base.in # via -r base.in
pyphen==0.11.0 pyphen==0.12.0
# via weasyprint # via weasyprint
python-dateutil==2.8.2 python-dateutil==2.8.2
# via # via
...@@ -157,18 +179,20 @@ pytz==2021.3 ...@@ -157,18 +179,20 @@ pytz==2021.3
# via # via
# django # django
# django-modelcluster # django-modelcluster
# djangorestframework
# l18n # l18n
redis==3.5.3 redis==4.1.0
# via django-redis # via django-redis
requests==2.26.0 requests==2.27.1
# via # via
# -r base.in # -r base.in
# mozilla-django-oidc # mozilla-django-oidc
# wagtail # wagtail
sentry-sdk==1.4.3 sentry-sdk==1.5.2
# via -r base.in # via -r base.in
six==1.16.0 six==1.16.0
# via # via
# asttokens
# bleach # bleach
# django-simple-captcha # django-simple-captcha
# html5lib # html5lib
...@@ -177,29 +201,35 @@ six==1.16.0 ...@@ -177,29 +201,35 @@ six==1.16.0
# mozilla-django-oidc # mozilla-django-oidc
# pyopenssl # pyopenssl
# python-dateutil # python-dateutil
soupsieve==2.2.1 soupsieve==2.3.1
# via beautifulsoup4 # via beautifulsoup4
sqlparse==0.4.2 sqlparse==0.4.2
# via django # via django
tablib[xls,xlsx]==3.0.0 stack-data==0.1.3
# via ipython
tablib[xls,xlsx]==3.1.0
# via wagtail # via wagtail
tatsu==5.6.1 tatsu==5.6.1
# via ics # via ics
telepath==0.2 telepath==0.2
# via wagtail # via wagtail
tinycss2==1.1.0 tinycss2==1.1.1
# via # via
# cssselect2 # cssselect2
# weasyprint # weasyprint
traitlets==5.1.0 tomli==1.2.3
# via black
traitlets==5.1.1
# via # via
# ipython # ipython
# matplotlib-inline # matplotlib-inline
urllib3==1.26.7 typing-extensions==4.0.1
# via black
urllib3==1.26.8
# via # via
# requests # requests
# sentry-sdk # sentry-sdk
wagtail==2.14.1 wagtail==2.15.1
# via # via
# -r base.in # -r base.in
# wagtail-metadata # wagtail-metadata
...@@ -207,7 +237,7 @@ wagtail-metadata==3.4.1 ...@@ -207,7 +237,7 @@ wagtail-metadata==3.4.1
# via -r base.in # via -r base.in
wcwidth==0.2.5 wcwidth==0.2.5
# via prompt-toolkit # via prompt-toolkit
weasyprint==53.3 weasyprint==54.0
# via -r base.in # via -r base.in
webencodings==0.5.1 webencodings==0.5.1
# via # via
...@@ -219,13 +249,17 @@ whitenoise==5.3.0 ...@@ -219,13 +249,17 @@ whitenoise==5.3.0
# via -r base.in # via -r base.in
willow==1.4 willow==1.4
# via wagtail # via wagtail
wrapt==1.13.3
# via deprecated
xlrd==2.0.1 xlrd==2.0.1
# via tablib # via tablib
xlsxwriter==1.4.5 xlsxwriter==3.0.2
# via wagtail # via wagtail
xlwt==1.3.0 xlwt==1.3.0
# via tablib # via tablib
zopfli==0.1.8 zipp==3.7.0
# via importlib-metadata
zopfli==0.1.9
# via fonttools # via fonttools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
......
# #
# This file is autogenerated by pip-compile with python 3.8 # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile dev.in # pip-compile dev.in
# #
attrs==21.2.0 attrs==21.4.0
# via pytest # via pytest
coverage[toml]==6.0 coverage[toml]==6.2
# via pytest-cov # via pytest-cov
factory-boy==3.2.0 factory-boy==3.2.1
# via pytest-factoryboy # via pytest-factoryboy
faker==9.0.0 faker==11.3.0
# via factory-boy # via factory-boy
fastdiff==0.3.0 fastdiff==0.3.0
# via snapshottest # via snapshottest
...@@ -20,15 +20,15 @@ inflection==0.5.1 ...@@ -20,15 +20,15 @@ inflection==0.5.1
# via pytest-factoryboy # via pytest-factoryboy
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
packaging==21.0 packaging==21.3
# via # via
# pytest # pytest
# pytest-sugar # pytest-sugar
pluggy==1.0.0 pluggy==1.0.0
# via pytest # via pytest
py==1.10.0 py==1.11.0
# via pytest # via pytest
pyparsing==2.4.7 pyparsing==3.0.6
# via packaging # via packaging
pytest==6.2.5 pytest==6.2.5
# via # via
...@@ -41,7 +41,7 @@ pytest==6.2.5 ...@@ -41,7 +41,7 @@ pytest==6.2.5
# pytest-sugar # pytest-sugar
pytest-cov==3.0.0 pytest-cov==3.0.0
# via -r dev.in # via -r dev.in
pytest-django==4.4.0 pytest-django==4.5.2
# via -r dev.in # via -r dev.in
pytest-factoryboy==2.1.0 pytest-factoryboy==2.1.0
# via -r dev.in # via -r dev.in
...@@ -69,9 +69,9 @@ text-unidecode==1.3 ...@@ -69,9 +69,9 @@ text-unidecode==1.3
# via faker # via faker
toml==0.10.2 toml==0.10.2
# via pytest # via pytest
tomli==1.2.1 tomli==1.2.3
# via coverage # via coverage
wasmer==1.0.0 wasmer==1.1.0
# via fastdiff # via fastdiff
wasmer-compiler-cranelift==1.0.0 wasmer-compiler-cranelift==1.1.0
# via fastdiff # via fastdiff
# #
# This file is autogenerated by pip-compile with python 3.8 # This file is autogenerated by pip-compile with python 3.9
# To update, run: # To update, run:
# #
# pip-compile production.in # pip-compile production.in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment