seitime-frappe/frappe/model/utils
Ankush Menat 61a9349789 perf: use is_virtual_doctype and remove limit
This reduces 1 query for each child table read

Removed limit cause with 1000+ doctypes in frappe+erpnext this cache
will just keep getting trashed for no reason. There's clear upper bound
on size so no need to limit it here.
2022-08-21 17:37:40 +05:30
..
__init__.py perf: use is_virtual_doctype and remove limit 2022-08-21 17:37:40 +05:30
link_count.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
rename_doc.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
rename_field.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
user_settings.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30