seitime-frappe/frappe/model
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
..
utils style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
__init__.py Merge pull request #15538 from noahjacob/phone_field_control 2022-04-28 10:27:52 +05:30
base_document.py refactor(BaseDocument)!: improved get, set and extend methods (#16540) 2022-05-04 18:37:06 +05:30
create_new.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
db_query.py fix: misc fixes (integer primary keys) (#16307) 2022-04-29 15:06:03 +05:30
delete_doc.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
docfield.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
document.py refactor(BaseDocument)!: improved get, set and extend methods (#16540) 2022-05-04 18:37:06 +05:30
dynamic_links.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
mapper.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
meta.py refactor(BaseDocument)!: improved get, set and extend methods (#16540) 2022-05-04 18:37:06 +05:30
naming.py fix: misc fixes (integer primary keys) (#16307) 2022-04-29 15:06:03 +05:30
rename_doc.py fix: Generate hash of length 8 for save point 2022-04-20 16:41:25 +05:30
sync.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
workflow.py fix(linting): no single quotes :'| 2022-04-18 17:29:03 +05:30