博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
django --fields.E304 错误解决方案
阅读量:5880 次
发布时间:2019-06-19

本文共 306 字,大约阅读时间需要 1 分钟。

今天在同一个表里,有多个不同的用户集时出现。

  • fields.E304: Field name <field name> clashes with accessor for <fieldname>.

网上解决方案,增加不同的related_name解决。

http://blog.csdn.net/meylovezn/article/details/46924893

related_name will be a unique column in db table, so a model cannot have two or more outgoing relations with the same name.

 

你可能感兴趣的文章
[js高手之路] html5 canvas系列教程 - 状态详解(save与restore)
查看>>
poi excel 常用api
查看>>
AD提高动态的方法(附SNR计算)
查看>>
[转]轻松实现可伸缩性,容错性,和负载平衡的大规模多人在线系统
查看>>
五 数组
查看>>
也谈跨域数据交互解决方案
查看>>
EntityFramework中使用Include可能带来的问题
查看>>
面试题28:字符串的排列
查看>>
css important
查看>>
WPF 实现窗体拖动
查看>>
来自维基百科程序员Brandon Harris
查看>>
NULL不是数值
查看>>
CentOS 5 全功能WWW服务器搭建全教程
查看>>
scala111
查看>>
模块化服务规范——OSGI
查看>>
劣质代码评析——猜数字问题(上)
查看>>
纸上谈兵: 栈 (stack)
查看>>
Windows phone8 基础篇(三) 常用控件开发
查看>>
Oracle学习笔记之五,Oracle 11g的PL/SQL入门
查看>>
大叔手记(3):Windows Silverlight/Phone7/Mango开发学习系列教程
查看>>