Skip to content

Commit

Permalink
Pin django-polymorphic requirement to be below version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Kolesnyk committed Dec 29, 2015
1 parent 280cdbf commit 40d32ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(fname):
'Django>=1.5',
'easy-thumbnails>=1.0',
'django-mptt>=0.6',
'django_polymorphic>=0.7',
'django_polymorphic>=0.7,<0.8',
'Unidecode>=0.04',
),
include_package_data=True,
Expand Down

0 comments on commit 40d32ae

Please sign in to comment.