本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
anoopmb
/
frappe
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'master' into develop
version-14
Nabin Hait
8 年之前
父節點
98349ee000
fd06f8ea9c
當前提交
29593d3934
共有
3 個檔案被更改
,包括
2 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-0
frappe/app.py
+0
-3
frappe/frappeclient.py
+ 1
- 1
frappe/__init__.py
查看文件
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '8.0.5
5
'
__version__ = '8.0.5
6
'
__title__ = "Frappe Framework"
local = Local()
+ 1
- 0
frappe/app.py
查看文件
@@ -122,6 +122,7 @@ def make_form_dict(request):
frappe.local.form_dict.pop("_")
def handle_exception(e):
response = None
http_status_code = getattr(e, "http_status_code", 500)
return_as_message = False
+ 0
- 3
frappe/frappeclient.py
查看文件
@@ -5,9 +5,6 @@ import frappe
'''
FrappeClient is a library that helps you connect with other frappe systems
'''
class AuthError(Exception):
Write
Preview
Loading…
取消
儲存