seitime-frappe/frappe/core
Ankush Menat 29c855b028
fix: db.get_value -> db.get_single_value (#17531)
db.get_value for singles returns string type always, this is confusing
behaviour, db.get_single_value should be used instead.

semgrep rule: https://github.com/frappe/semgrep-rules/pull/16
2022-07-18 15:10:49 +05:30
..
api refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
doctype fix: db.get_value -> db.get_single_value (#17531) 2022-07-18 15:10:49 +05:30
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
report refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
web_form refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
workspace fix: updated standard workspace json files 2022-01-13 18:40:36 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py refactor: Remove unused imports & code 2022-05-19 15:34:35 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +05:30

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