Skip to content

Instantly share code, notes, and snippets.

@kelvan
Created February 18, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelvan/2064273802541e153598 to your computer and use it in GitHub Desktop.
Save kelvan/2064273802541e153598 to your computer and use it in GitHub Desktop.
From b67bd19f098c5126f6a00fe196b29912392dae4f Mon Sep 17 00:00:00 2001
From: Florian Schweikert <kelvan@ist-total.org>
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