Created
February 18, 2015 17:29
-
-
Save kelvan/2064273802541e153598 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b67bd19f098c5126f6a00fe196b29912392dae4f Mon Sep 17 00:00:00 2001 | |
From: Florian Schweikert <[email protected]> | |
Date: Wed, 18 Feb 2015 18:14:23 +0100 | |
Subject: [PATCH] Set hvad<1.1 (incompatible) | |
--- | |
setup.py | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/setup.py b/setup.py | |
index 65bab2b..0f27415 100644 | |
--- a/setup.py | |
+++ b/setup.py | |
@@ -4,7 +4,7 @@ from aldryn_news import __version__ | |
REQUIREMENTS = [ | |
'django-filer', | |
- 'django-hvad', | |
+ 'django-hvad<1.1', | |
'django_select2', | |
'django-taggit<0.12', | |
'djangocms-text-ckeditor', | |
-- | |
2.3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment