misc: limit django-model-utils version to a version supporting django 1.11

This commit is contained in:
Frédéric Péters 2019-12-11 16:19:24 +01:00
parent 7e657c3447
commit d6c6f179f9
1 changed files with 1 additions and 1 deletions

View File

@ -126,5 +126,5 @@ setup(name='django-journal',
},
install_requires=[
'django >= 1.8,<2.0',
'django-model-utils',
'django-model-utils<4',
])