WIP: Docker updates #13

Draft
mravi wants to merge 19 commits from docker into master
2 changed files with 15 additions and 15 deletions
Showing only changes of commit 56cae7b8ab - Show all commits

View file

@ -113,7 +113,7 @@ INSTALLED_APPS = (
'aldryn_common',
'aldryn_newsblog',
'aldryn_people',
'aldryn_reversion',
#'aldryn_reversion',
'aldryn_translation_tools',
'treebeard', # utilities for implementing a tree
'sekizai', # for javascript and css management

View file

@ -3,21 +3,21 @@ Django==1.11.18
Django-Select2==4.3.2
Pillow==9.5.0
URLObject==2.4.0
Unidecode==0.04.19
Unidecode==1.0.23
YURL==0.13
aldryn-apphooks-config==0.2.7
#aldryn-apphooks-config==0.2.7
#aldryn-boilerplates==0.7.4
#aldryn-categories==1.0.3
#aldryn-common==1.0.1
#aldryn-newsblog==1.2.1
#aldryn-people==1.2.0
aldryn-categories==1.2.0
aldryn-common==1.0.5
aldryn-newsblog==2.2.1
aldryn-people==2.2.0
#aldryn-reversion==1.0.8
#aldryn-search==0.2.11
#/aldryn-translation-tools==0.2.1
aldryn-search==0.2.11
aldryn-translation-tools==0.3.0
backport-collections==0.1
cmsplugin-filer==1.0.1
django-appconf==1.0.2
django-appdata==0.1.5
django-appdata==0.2.1
django-bootstrap3==7.0.1
django-classy-tags==0.7.2
django-cms==3.6.0
@ -34,7 +34,7 @@ django-meta==1.2
django-meta-mixin==0.3.0
django-model-utils==2.5
django-mptt==0.8.4
django-parler==1.6.3
django-parler==1.9.2
django-phonenumber-field==1.1.0
django-polymorphic==0.8.1
django-reversion==1.10.2
@ -43,7 +43,7 @@ django-sortedm2m==3.1.1
django-spurl==0.6.4
django-standard-form==1.1.1
django-stored-messages==1.4.0
django-taggit==0.18.3
django-taggit==0.23.0
django-taggit-autosuggest==0.2.8
django-taggit-templatetags==0.2.5
django-templatetag-sugar==1.0
@ -59,10 +59,10 @@ djangocms-link==1.7.2
djangocms-page-meta==0.5.11
djangocms-picture==1.0.0
djangocms-teaser==0.2.0
djangocms-text-ckeditor==2.9.3
djangocms-text-ckeditor==3.7.0
djangocms-video==1.0.0
easy-thumbnails==2.3
html5lib==0.9999999
html5lib==0.999999999
ldap3==2.6.1
lxml
model-mommy==1.2.6
@ -71,7 +71,7 @@ psycopg2==2.8.4
pycryptodome==3.6.6
pylibmc==1.6.3
python-dateutil==2.5.3
python-slugify==1.2.0
python-slugify==1.2.6
pytz>=2023.3
rcssmin==1.0.6
requests>=2.20