Bump the version of Django to 2.2.4

This is a security release.
This commit is contained in:
Jeff Bradberry
2019-08-01 10:25:46 -04:00
parent c742700a01
commit 2926d0198d
4 changed files with 4 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}. "