diff --git a/tests/settings.py b/tests/settings.py index 664735a..414f421 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -13,6 +13,7 @@ }, 'LANGUAGE_CODE': 'en', 'ALLOWED_HOSTS': ['localhost'], + 'CMS_CONFIRM_VERSION4': True, }