Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Pin django-dynamic-fixture to avoid test failures for polymorphic models
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Feb 22, 2017
1 parent da7d6ab commit 447dd82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
install_requires=[
'Django<1.9',
'django-dynamic-fixture',
# TODO Specific version of django-dynamic-fixture is necessary to avoid
# AttributeError: can't set attribute` failures on polymorphic models.
# See https://github.com/paulocheque/django-dynamic-fixture/pull/59
'django-dynamic-fixture==1.9.0+0.caeb3427399edd3b0d589516993c7da55e0de560.ixc',
'django-icekit',
'django-polymorphic',
'django-polymorphic-tree',
Expand Down

0 comments on commit 447dd82

Please sign in to comment.