force django-model-utils < 2.4

This commit is contained in:
Benjamin Dauvergne 2016-03-11 11:59:50 +01:00
parent 9f7842e733
commit aabce53e2c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ setup(name='django-journal',
'test': test},
install_requires=[
'django >= 1.4.2',
'django-model-utils',
'django-model-utils<2.4',
],
setup_requires=[
'django >= 1.4.2',