Skip to content

Commit

Permalink
Specified django-haystack <2.0.0
Browse files Browse the repository at this point in the history
[Docs](http://django-cms-search.readthedocs.org/en/latest/#requirements) indicate lack of compatibility with django-haystack before 2.0.
  • Loading branch information
bergantine committed May 13, 2013
1 parent 56971ec commit 3732560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,7 +7,7 @@
'Django>=1.3',
'django-cms>=2.1.3',
'django-classy-tags>=0.3.2',
'django-haystack>=1.2.4',
'django-haystack>=1.2.4,<2.0.0',
]

setup(
Expand Down Expand Up @@ -35,4 +35,4 @@
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
]
)
)

0 comments on commit 3732560

Please sign in to comment.