Skip to content

Commit f475bae

Browse files
committed
setup.py: enforce django-polymorphic 0.7.1 for Django 1.8 compatibility
1 parent e1c9dfd commit f475bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def find_version(*parts):
3636
license='Apache 2.0',
3737

3838
install_requires=[
39-
'django-polymorphic>=0.7', # ensure Django 1.8 compatibility
40-
'django-mptt>=0.6.0',
41-
'django-tag-parser>=2.1', # ensure Django 1.8 compatibility
39+
'django-polymorphic>=0.7.1', # ensure Django 1.8 compatibility
40+
'django-mptt>=0.6.0', # Still allow 0.6 to have Django 1.5 support
41+
'django-tag-parser>=2.1', # ensure Django 1.8 compatibility
4242
'future>=0.12.2',
4343
],
4444
requires=[

0 commit comments

Comments
 (0)