mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02:30
Bump the version of Django to 2.2.4
This is a security release.
This commit is contained in:
@@ -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}. "
|
||||
|
||||
Reference in New Issue
Block a user