Skip to content

修复meta.get_all_field_names不存在问题#591

Merged
wgbbiao merged 1 commit intosshwsfc:django2from
hongweipeng:patch-1
Jun 29, 2018
Merged

修复meta.get_all_field_names不存在问题#591
wgbbiao merged 1 commit intosshwsfc:django2from
hongweipeng:patch-1

Conversation

@hongweipeng
Copy link

在管理选项设置了 readonly_field 会触发这个问题,原因是 get_all_field_names 在 django1.10 版本后就都移除了。

20180627141424

详情可见:https://github.com/django/django/blob/ad8036d715d4447b95d485332511b4edb1a40c0e/docs/releases/1.10.txt#L1241

其他被移除的函数尚未排查。我对这个项目的 django2 分支感兴趣,是否能加我做协作者,我想维护这个分支。

@wgbbiao wgbbiao merged commit b03dade into sshwsfc:django2 Jun 29, 2018
@hongweipeng
Copy link
Author

是否能加我做协作者,我想维护这个分支 django2

@hongweipeng hongweipeng deleted the patch-1 branch July 5, 2018 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants