more list cache removals (followup to bc593b65)

This commit is contained in:
j 2016-01-10 23:04:10 +05:30
commit 1875068a2f
3 changed files with 0 additions and 7 deletions

View file

@ -183,7 +183,6 @@ def editList(data):
if l.type == 'static' and name != l.name:
Changelog.record(state.user(), 'editlist', name, {'name': l.name})
l.save()
l.user.clear_smart_list_cache()
return l.json()
actions.register(editList, cache=False)