From c070f82d92800c77e2518809d5b630e3ee7596a2 Mon Sep 17 00:00:00 2001 From: danxshap Date: Sat, 15 Mar 2014 23:04:44 -0400 Subject: [PATCH] add max version for django-model-utils dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 991198c..93134fb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name='django-notifications-hq', url='http://github.com/brantyoung/django-notifications', install_requires=[ 'django>=1.4', - 'django-model-utils>=1.1.0' + 'django-model-utils>=1.1.0,<=1.5.0' ], packages=['notifications', 'notifications.templatetags',