mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
__session_cache removed and introducted memcache for caching
This commit is contained in:
@@ -29,5 +29,5 @@ def execute():
|
||||
d.dt = "Customize Form"
|
||||
d.dt_label = "Customize Form View"
|
||||
d.save(1)
|
||||
from webnotes.session_cache import clear
|
||||
from webnotes.sessions import clear
|
||||
clear()
|
||||
|
||||
Reference in New Issue
Block a user