seitime-frappe/frappe/core
Shridhar Patil 39f8267a15
feat: added support for data type json (#16187)
> Please provide enough information so that others can review your pull request:

Added json support for postgres and mariadb



> Explain the **details** for making this change. What existing problem does the pull request solve?
https://github.com/frappe/frappe/projects/4#card-50160428


> Screenshots/GIFs
![json](https://user-images.githubusercontent.com/11792643/156367383-8f8492c2-3817-449d-a2dd-c983eeadbb48.gif)



---

**Previous attempts:** 

https://github.com/frappe/frappe/pull/8128
https://github.com/frappe/frappe/pull/7096


Docs: https://frappeframework.com/docs/v13/user/en/basics/doctypes/fieldtypes#json
2022-04-14 04:21:41 +00:00
..
doctype feat: added support for data type json (#16187) 2022-04-14 04:21:41 +00:00
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
report style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
web_form style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
workspace fix: updated standard workspace json files 2022-01-13 18:40:36 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30

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