smart lists

This commit is contained in:
j 2014-02-05 13:20:48 +00:00
parent 8aafc4f0b9
commit 7a4bab0e84

View file

@ -123,7 +123,7 @@ class List(models.Model):
self.query = {"static":True} self.query = {"static":True}
self.type = 'static' self.type = 'static'
else: else:
self.type = 'dynamic' self.type = 'smart'
if self.query.get('static', False): if self.query.get('static', False):
self.query = {} self.query = {}
elif key == 'status': elif key == 'status':