seitime-frappe/frappe/core
Gavin D'souza dfccae5246 perf(minor): Permission Manager remove API
Delete using the filters directly instead of selecting rows in one query
and deleting those rows in another. DBMS would have to scan the table
twice prior
2021-07-28 19:05:27 +05:30
..
doctype fix: Re-introduce code erreneously taken out in previous commits 2021-07-28 18:59:18 +05:30
page perf(minor): Permission Manager remove API 2021-07-28 19:05:27 +05:30
report chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
web_form chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
workspace fix: delete permission not working 2021-04-01 16:05:59 +05:30
__init__.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
notifications.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.