From 7a4bab0e845e6b55e906057898f9e0b7a370b407 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 5 Feb 2014 13:20:48 +0000 Subject: [PATCH] smart lists --- pandora/itemlist/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/itemlist/models.py b/pandora/itemlist/models.py index 6e3264b4..3d99aaa5 100644 --- a/pandora/itemlist/models.py +++ b/pandora/itemlist/models.py @@ -123,7 +123,7 @@ class List(models.Model): self.query = {"static":True} self.type = 'static' else: - self.type = 'dynamic' + self.type = 'smart' if self.query.get('static', False): self.query = {} elif key == 'status':