seitime-frappe/frappe/core
Ankush Menat 1b016d34bd
fix: misc migration related fixes (#19874)
* fix: ignore certain validations during migrate

These are recoverable after migration is completed, better to let update
go through first.

* fix: Let people set arbitrary Data field options

It will be treated as vanilla Data field by default but other apps can
chose to modify behaviour based on it.

AFAIK there is no real side effects of this.
2023-02-01 16:02:59 +05:30
..
api fix: type hint for image view 2023-01-02 11:50:25 +05:30
doctype fix: misc migration related fixes (#19874) 2023-02-01 16:02:59 +05:30
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page fix: remove redundant translation (#18775) 2022-11-06 17:27:02 +05:30
report feat: db storage usage report (#18464) 2022-10-19 15:23:00 +05:30
web_form fix: Edit Profile link is not redirecting correctly 2023-01-18 10:30:40 +05:30
workspace refactor!: remove background jobs page 2022-09-12 11:49:25 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py chore: Add typing 2022-08-12 12:53:24 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +05:30

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