国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

Django中ORM找出內容不為空的數據實例

瀏覽:72日期:2024-10-02 11:50:55

在django操作數據庫的時候如何找出內容不為空的數據呢?

from django.db.models import Q class Index(VIew): def get(self, request): userObj = models.Asset.objects.filter(~Q(asset_id = ’’) return HttpResponse(’yes’)

上面代碼中的models.Asset.objects.filter(~Q(nick = ’’)則是使用Q函數去找出nick不為空的數據,主要使用~Q

補充知識:Django報錯 HINT: Add or change a related_name argument to the definition for ’GodownentryReturn.suppl

Unhandled exception in thread started by <function wrapper at 0x05569030>Traceback (most recent call last):File “G:workspacepycharmcarwincarwin_envlibsite-packagesdjangoutilsautoreload.py”, line 226, in wrapperfn(*args, **kwargs)File “G:workspacepycharmcarwincarwin_envlibsite-packagesdjangocoremanagementcommandsrunserver.py”, line 116, in inner_runself.check(display_num_errors=True)File “G:workspacepycharmcarwincarwin_envlibsite-packagesdjangocoremanagementbase.py”, line 472, in checkraise SystemCheckError(msg)django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:

ERRORS:

article.GodownentryReturn.supplier: (fields.E304) Reverse accessor for ‘GodownentryReturn.supplier’ clashes with reverse accessor for ‘GodownentryReturn.supplier’.

HINT: Add or change a related_name argument to the definition for ‘GodownentryReturn.supplier’ or ‘GodownentryReturn.supplier’.

part.GodownentryReturn.supplier: (fields.E304) Reverse accessor for ‘GodownentryReturn.supplier’ clashes with reverse accessor for ‘GodownentryReturn.supplier’.

HINT: Add or change a related_name argument to the definition for ‘GodownentryReturn.supplier’ or ‘GodownentryReturn.supplier’.

原因:

因為在一個表中多次引用某個外鍵表,而且沒有指定唯一的releated_name,而導致的。

解決方案:

將同一個表中外鍵,增加不同的releated_name。

以上這篇Django中ORM找出內容不為空的數據實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持好吧啦網。

標簽: Django
相關文章:
主站蜘蛛池模板: 团风县| 柳河县| 金门县| 平度市| 冷水江市| 元谋县| 南郑县| 玛曲县| 瑞安市| 芷江| 金川县| 卓尼县| 镇巴县| 凤翔县| 岑巩县| 永登县| 德令哈市| 巴楚县| 临清市| 德兴市| 论坛| 米林县| 宿迁市| 长武县| 大洼县| 大城县| 蒙山县| 敖汉旗| 阳西县| 盐亭县| 榆中县| 东城区| 龙井市| 宁明县| 宣城市| 淮北市| 新干县| 新竹市| 渭源县| 竹溪县| 昆山市|