seitime-frappe/frappe/core
Akhil Narang 5252d5ad47
fix(doctype): restrict length to 61 characters (#34225)
Default is 140 here, but we restrict it to 61 in the backend
(tab+name should be 64 characters max)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-01 06:26:40 +00:00
..
api fix: invitation user relation (#33603) 2025-08-14 16:26:23 +05:30
doctype fix(doctype): restrict length to 61 characters (#34225) 2025-10-01 06:26:40 +00:00
page feat!: remove the "Transaction Log" DocType and a related report (#33844) 2025-08-31 20:02:43 +02:00
report feat!: remove the "Transaction Log" DocType and a related report (#33844) 2025-08-31 20:02:43 +02:00
web_form feat: allow user to change timezone (#33419) 2025-07-22 19:50:12 +02:00
workspace fix: build workspace, add webhook log 2024-09-30 20:54:52 +02:00
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py fix(get_events): Pass date objects instead of string 2025-04-22 22:43:50 +00:00
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py perf: Document objects without circular references (#17080) 2024-01-17 17:22:55 +05:30

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