django 跑起来了后,Exception Value: 'ForeignKey' object has no attribute 'rel'
MALANGBEIJING opened this issue · 3 comments
MALANGBEIJING commented
File "/root/.virtualenvs/dingtalk/local/lib/python3.6/site-packages/apiview/filters.py" in init
71. content_type = ContentType.objects.get_for_model(getattr(field_model, field.name).field.rel.to,
Exception Type: AttributeError at /admin/isv/corp/
Exception Value: 'ForeignKey' object has no attribute 'rel'
MALANGBEIJING commented
python 3.6
django 2.2
007gzs commented
先用1.11试下吧,django2没测过,pip install "django<2"
007gzs commented
最新版依赖已支持django2