seitime-frappe/frappe/core
Sagar Vora a33c2e2abe
refactor(BaseDocument)!: improved get, set and extend methods (#16540)
* perf!: 80% faster doc.get for fields with `None` as value

* perf: quicker init child (#3)

* refactor: avoid repitition and improve error message

* test: `doc.extend`

* fix: improve constant naming

* fix: minor improvements and tests

* refactor: improve naming
2022-05-04 18:37:06 +05:30
..
doctype refactor(BaseDocument)!: improved get, set and extend methods (#16540) 2022-05-04 18:37:06 +05:30
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page fix: current job was not shown in workers view 2022-04-16 08:04:07 +05:30
report style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
web_form style: format all python files using black (#16453) 2022-04-12 10:59:25 +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 style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30

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