Skip to content

Commit

Permalink
(no ticket) Require South >= 0.8 for index_together support
Browse files Browse the repository at this point in the history
Change-Id: Icf01579f6af60cdd36cd4c0dc4e4ae95a150bbf3
  • Loading branch information
accek committed Oct 19, 2013
1 parent 6c36756 commit afd5041
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 @@ -26,7 +26,7 @@
install_requires=[
"Django>=1.5",
"pytz>=2013b",
"South",
"South>=0.8,<2.0",
"BeautifulSoup",
"PyYAML",
"django-nose",
Expand Down

0 comments on commit afd5041

Please sign in to comment.