seitime-frappe/frappe/model
Ankush Menat 106ff1f1ee fix: move cache clearing away from document
Passing lambda function from inside document object would keep reference
to document alive. This means increasing memeory usage in bulk
processing.

Refer https://github.com/frappe/frappe/pull/17061 for example

This also extends it to db.set_value
2023-06-03 22:53:10 +05:30
..
utils fix: link_count 2023-06-03 18:44:19 +05:30
__init__.py fix: Setup permission_map & use get_permitted_fields 2023-04-22 14:58:28 +05:30
base_document.py fix: doctype name localization (#21197) 2023-06-01 12:09:25 +05:30
create_new.py refactor: Add a maxsplit limit to string splits 2023-01-24 19:22:51 +05:30
db_query.py feat: new operator - descendants of (inclusive) 2023-05-29 16:59:57 +05:30
delete_doc.py fix(delete_doc): Check ignore_links_on_delete with parent doctype (#20898) 2023-05-16 09:04:00 +05:30
docfield.py chore!: dead code (#19551) 2023-01-10 18:53:08 +05:30
docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
document.py fix: move cache clearing away from document 2023-06-03 22:53:10 +05:30
dynamic_links.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
mapper.py feat!: populate fields from kwargs in frappe.new_doc (#21190) 2023-05-31 12:29:31 +05:30
meta.py fix: Allow only search fields for select permission type 2023-04-22 12:46:15 +05:30
naming.py fix: use sentinel value for checking existence of key in doc while parsing naming series (#20994) 2023-05-15 14:58:14 +05:30
rename_doc.py fix: nestedset rename (#20498) 2023-03-29 12:49:28 +05:30
sync.py fix: sync importable doctype before documents (#21131) 2023-05-26 15:58:26 +05:30
virtual_doctype.py fix(DX): validate virtual doctype controllers 2022-12-13 14:18:19 +05:30
workflow.py fix(workflow): populate doc from db in apply_workflow (#21068) 2023-05-24 11:35:37 +05:30