Skip to content

Commit 58c849e

Browse files
committed
Enforce django-polymorphic >= 1.0.1 for Django 1.10.1 compatibility
1 parent 5b208fa commit 58c849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def find_version(*parts):
3939
license='Apache 2.0',
4040

4141
install_requires=[
42-
'django-polymorphic>=1.0', # needed for Django 1.10 compatibility
42+
'django-polymorphic>=1.0.1', # needed for Django 1.10.1 compatibility
4343
'django-mptt>=0.7.0', # Still allow 0.7 to have Django 1.6 support
4444
'django-tag-parser>=2.1', # ensure Django 1.8 compatibility
4545
'future>=0.12.2',

0 commit comments

Comments
 (0)