From: Radek Czajka Date: Tue, 1 Oct 2019 12:45:35 +0000 (+0200) Subject: Django 1.11 X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/db08dc752e8d1847b15a99b2a1c21c363d744596 Django 1.11 --- diff --git a/prawokultury/settings.d/30-locale.py b/prawokultury/settings.d/30-locale.py index d239653..4173fb3 100644 --- a/prawokultury/settings.d/30-locale.py +++ b/prawokultury/settings.d/30-locale.py @@ -16,7 +16,7 @@ LOCALE_PATHS = [ # timezone as the operating system. # If running in a Windows environment this must be set to the same as your # system time zone. -TIME_ZONE = None +TIME_ZONE = 'Europe/Warsaw' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html diff --git a/requirements.txt b/requirements.txt index 4ea433c..64f55b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://py.mdrn.pl/simple -Django>=1.9,<1.10 +Django==1.11.25 Pillow sorl-thumbnail==12.4.1 fnp-django-pagination==2.2.4 @@ -13,8 +13,8 @@ fnpdjango[textile]==0.4.1 python-slugify django-markupfield==1.4.3 django-gravatar2 -django-contrib-comments==1.7.3 -django-comments-xtd==1.5.1 +django-contrib-comments==1.8.0 +django-comments-xtd==2.1.0 django-pipeline==1.6.14 #pyScss @@ -28,6 +28,7 @@ django-piwik django-taggit==0.22.2 django-taggit-autosuggest==0.3.6 -django-getpaid==1.7.6 +django-getpaid==1.8 +deprecated # Undeclared getpaid dependency django-celery>=3.1,<3.2 celery<4.0