clear cache patch

This commit is contained in:
Nabin Hait 2012-03-01 15:58:30 +05:30
parent 5b29deb968
commit 7807c6f173

View File

@ -16,6 +16,4 @@
def execute():
import webnotes
webnotes.conn.sql("""
delete from __SessionCache
""")
webnotes.clear_cache()