Skip to content

Commit 6d3d938

Browse files
author
Yan
committed
update django-model-utils version
1 parent 7e56eaa commit 6d3d938

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ coverage.xml
5252
# Sphinx documentation
5353
docs/_build/
5454

55+
# Editors
56+
.idea

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version='0.0.2',
1010
packages=find_packages(),
1111
requires=['python (>= 2.7)', 'django_model_utils'],
12-
install_requires=['django-model-utils<1.4.0'],
12+
install_requires=['django-model-utils>=1.4.0'],
1313
tests_require=['mock'],
1414
description='Django app to easy configuration of multiple X-File-Accel locations',
1515
long_description=open(join(dirname(__file__), 'README.rst')).read(),

0 commit comments

Comments
 (0)