general: don't use django-reversion 1.10

This commit is contained in:
Frédéric Péters 2016-01-20 19:44:08 +01:00
parent c7907335fb
commit 6a2ec6467b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ setup(
'django-select2',
'django-ckeditor<4.5.3',
'django-haystack',
'django-reversion',
'django-reversion<1.10',
'django-taggit',
'requests',
'whoosh',