diff options
author | Przemysław Suliga <przemyslaw.suliga@canonical.com> | 2019-12-10 15:37:36 +0000 |
---|---|---|
committer | Ubuntu One Auto Copilot <otto-copilot@canonical.com> | 2019-12-10 15:37:36 +0000 |
commit | b1facbbce764acd172b48d0ce7e858194f17a0a2 (patch) | |
tree | 16ff88ac4ad28abf7456ef42db71ea09c44b77a7 | |
parent | 8126ef6b67dea1372d802313496d460bfda4a514 (diff) | |
parent | d6086b7025beeadcc08fee9776046210d9d86772 (diff) |
Updated Django 1.11.9 to 1.11.26
This also includes a pytz update to pytz-2019.3 Summary of changes between Django 1.11.9 and 1.11.26: https://gist.github.com/suligap/480e7531a215491b33a0d3e73f93d1c6 Merged from https://code.launchpad.net/~suligap/isitdeployable/django-upgrade-1.11.26-requirements.txt/+merge/376472
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7eebf35..c2592d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ breezy==3.0.0dev1 bson==0.3.3 celery==3.1.23 convoy==0.2.4 -Django==1.11.9 +Django==1.11.26 django-celery==3.2.2 django-contrib-comments==1.8.0 django-debug-toolbar==1.9.1 |