seitime-frappe/frappe/model
David Arnold 5d3697500e
refactor: improve maintainability with a simple dispatcher (#27975)
* refactor: improve maintainability with a simple dispatcher

* refactor: improve maintainability with a init dispatcher on Document

* refactor: improve maintainability with an init dispatcher on meta
2024-10-06 16:56:40 +00:00
..
utils refactor: improve maintainability with a simple dispatcher (#27975) 2024-10-06 16:56:40 +00:00
__init__.py fix: remove _lt from frappe.model.std_fields (#24662) 2024-02-01 16:05:25 +05:30
base_document.py feat: permission log 2024-09-30 14:54:32 +05:30
create_new.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
db_query.py fix: Skip virtual fields in all select queries (#26700) 2024-06-06 09:43:36 +00:00
delete_doc.py fix(delete_doc): Check if submittable before docstatus validation 2024-09-13 18:50:50 +02:00
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 refactor: improve maintainability with a simple dispatcher (#27975) 2024-10-06 16:56:40 +00:00
dynamic_links.py fix: reserved keywords as col name (#25718) 2024-03-29 15:43:33 +05:30
mapper.py fix: update child table value from the last doc 2024-08-23 12:47:08 +05:30
meta.py refactor: improve maintainability with a simple dispatcher (#27975) 2024-10-06 16:56:40 +00:00
naming.py fix: Allow setting UUID to application code 2024-03-29 19:02:28 +05:30
rename_doc.py feat: redirect to new form if it has been renamed 2024-09-27 18:30:35 +02:00
sync.py fix: skip overriden doctypes during orphan check (#23518) 2023-11-30 11:33:42 +00:00
trace.py feat: add value tracer for test debugging 2024-09-05 21:58:19 +02:00
virtual_doctype.py refactor: migrate virtual doctypes to new API 2024-03-11 18:25:05 +05:30
workflow.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30