mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-13 15:43:11 +00:00
Merge pull request #30 from danxshap/upgrade_model_utils
Require django-model-utils >= 2.0.3
This commit is contained in:
commit
1c2b234838
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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,<=1.5.0'
|
||||
'django-model-utils>=2.0.3'
|
||||
],
|
||||
packages=['notifications',
|
||||
'notifications.templatetags',
|
||||
|
|
|
|||
Loading…
Reference in a new issue