We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8238506 + 8b060c6 commit 142c117Copy full SHA for 142c117
cms/utils/setup.py
@@ -11,7 +11,7 @@ def validate_dependencies():
11
if not app_is_installed('mptt'):
12
raise ImproperlyConfigured('django CMS requires django-mptt package.')
13
14
- if not app_is_installed('reversion'):
+ if app_is_installed('reversion'):
15
from reversion.admin import VersionAdmin
16
if not hasattr(VersionAdmin, 'get_urls'):
17
raise ImproperlyConfigured('django CMS requires newer version of reversion (VersionAdmin must contain get_urls method)')
0 commit comments