Merge pull request #4410 from jbradberry/upgrade-django-2.2.4

Upgrade to django 2.2.4

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-08-01 17:58:53 +00:00
committed by GitHub
5 changed files with 5 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ if HAS_DJANGO is True:
# but will support the `usedforsecurity` keyword on RHEL and Centos systems.
# Keep an eye on https://code.djangoproject.com/ticket/28401
target_version = '2.2.2'
target_version = '2.2.4'
if django.__version__ != target_version:
raise RuntimeError(
"Django version other than {target} detected: {current}. "