From d8a60cc5e1685e65d31a0caf8e113635bcb3fe87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B0=D1=80=20=D0=9A=D0=BE=D1=82=D1=8E?= =?UTF-8?q?=D0=BA?= Date: Mon, 30 Mar 2015 12:17:34 +0300 Subject: [PATCH] 126 bug --- article/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/article/views.py b/article/views.py index 2d3bc7d8..dd80ef8b 100644 --- a/article/views.py +++ b/article/views.py @@ -74,6 +74,7 @@ class BlogList(ListView): if u'' in tags: tags.remove(u'') if tags: + tags = tags[0].split(',') qs = qs.filter(tag__id__in=tags) return qs