Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin添加MDTextField字段的数据有时候无法保存 #127

Open
whiteice-c opened this issue Nov 21, 2020 · 0 comments
Open

admin添加MDTextField字段的数据有时候无法保存 #127

whiteice-c opened this issue Nov 21, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@whiteice-c
Copy link

Django版本:2.0.6 django-mdeditor:0.1.18

models.py中的对应字段模型是这样的:body = MDTextField()

admin添加MDTextField字段的数据有时候无法保存,比如下面这一句话:

The protein-protein interactions between B7-H4 and its binding partners ...

点击保存就会出现网络卡住或是This site can’t be reached。这个问题在本地没有出现,只在服务器上部署之后才会出现(包的版本一致)。经过测试发现是因为一些话中的 "and" 这个单词的出现导致的,去掉就没有问题。服务器日志也未查到任何报错信息,不知道是什么原因~

@pylixm pylixm added the help wanted Extra attention is needed label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants