smart lists

This commit is contained in:
j 2014-02-05 13:20:48 +00:00
parent 8aafc4f0b9
commit 7a4bab0e84
1 changed files with 1 additions and 1 deletions

View File

@ -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':