* fix: Avoid possible cache eviction issue Clear cache after removing data from DB, so a concurrent request can't put stale data in cache. * fix: explicitly login as guest after logging out Avoids problem with some other code potentially re-adding current session in cache or DB. * test: avoid hard coded admin pw * test: reset user after running tests * fix: only login as guest if in request Background jobs, some other user disabling someone else etc |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| form_tour/doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.