lucy304

Results 6 issues of lucy304

目前xadmin自带的过滤器是针对一个字段输入一个条件筛选出一个对象,我是想问能实现在同一个字段处输入多个条件筛选出多个条件对应的多个对象吗,就比如邮件发送人那里输入一个邮件地址会加入发送人队列,再输一个再加入发送人队列,求大神帮忙

设置的x轴为编号,y轴为数量,也就是统计所有编号的数量,结果y轴显示为不同的数量,但x轴显示的并不是编号,为什么,这是哪里的问题呢?求大神们帮忙解答一下,谢谢!

'list' object has no attribute 'add_js'

The debug code prints different contexts, but the generated words content is same as the generated the first word,i cannot find the bug. def do_action(self, queryset): for obj in queryset:...

help wanted

\lib\site-packages\django\db\models\options.py in get_field, line 568 Exception Type: | FieldDoesNotExist -- | -- 想咨询下这个是怎么回事,明明我的model里没有这个字段,且adminx里也没写,不知道什么报这个错,求大神帮忙看下