From c712d0ec7b2321602b56089c167463a54438ac0f Mon Sep 17 00:00:00 2001 From: Nicolas Joyard <joyard.nicolas@gmail.com> Date: Fri, 1 Jul 2016 07:44:52 +0200 Subject: [PATCH] Update django-representatives --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bce54f36..28d76d19 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='political-memory', 'django-filter>=0.13,<0.14', 'django-libsass>=0.7,<0.8', 'django-representatives-votes==0.0.17', - 'django-representatives==0.0.25', + 'django-representatives==0.0.26', 'django-taggit>=0.17,<0.18', 'django>=1.8,<1.9', 'djangorestframework>=3,<4', -- GitLab