seitime-frappe/frappe/model
Joseph Marie Alba c795a70897
Python 3 issue in re
Python 3 interprets string literals as Unicode strings, and therefore \d is treated as an escaped Unicode character.

Declare RegEx pattern as a raw string instead by prepending r or double escape \d
2021-05-16 05:52:05 +08:00
..
utils fix: Add rename_doc utils for external API usages 2020-11-27 20:19:50 +05:30
__init__.py feat: Add URL option for data type fields 2021-04-14 20:16:44 +05:30
base_document.py Merge pull request #13203 from prssanna/custom-print-format-fix 2021-05-13 12:14:37 +05:30
create_new.py fix: Fixed for field default values too + Added tests 2021-03-12 12:40:22 +05:30
db_query.py refactor: remove six dependency 2021-05-07 07:42:04 +05:30
delete_doc.py fix: reverting of series with a variable 2021-04-06 20:48:33 +05:30
docfield.py New Control: Table MultiSelect (#6675) 2018-12-28 15:36:59 +05:30
document.py feat(DX): Add __repr__ and __str__ for DocTypes 2021-05-05 19:45:33 +05:30
dynamic_links.py feat(customize form): add links and actions to customize form and cleanup code 2020-10-26 10:02:04 +05:30
mapper.py feat: allow mapper functions to be overriden 2020-05-30 19:15:04 +05:30
meta.py refactor: remove six dependency 2021-05-07 07:42:04 +05:30
naming.py Python 3 issue in re 2021-05-16 05:52:05 +08:00
rename_doc.py Merge branch 'develop' into rename-error 2021-01-13 19:26:23 +05:30
sync.py refactor: Remove unused args in get_doc_files (#12298) 2021-02-03 22:32:01 +05:30
workflow.py fix: Show cancel button only if document is cancellable 2020-12-28 13:40:12 +05:30