From 6a2ec6467bb2e6d29987e5f62542494f18c319c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 20 Jan 2016 19:44:08 +0100 Subject: [PATCH] general: don't use django-reversion 1.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0167c8b..944c47a 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( 'django-select2', 'django-ckeditor<4.5.3', 'django-haystack', - 'django-reversion', + 'django-reversion<1.10', 'django-taggit', 'requests', 'whoosh',