django mongodb中的这个AttributeError是什么,我该如何防止这种情况?

时间:2013-05-06 08:13:46

标签: django mongodb

我继续为.raw_query和.filter,

遇到此错误

当我执行这样的简单查询时会发生这种情况:

尝试google但除了this之外没有太多运气。

这是同一个问题吗?我如何更新架构以防止这种情况发生?

from app.models import Poll
import Datetime

polls = Poll.objects.filter(created_at__gte=datetime.datetime(2013,5,1))
for p  in polls: 
    print p

错误:

AttributeError: 'unicode' object has no attribute 'iteritems'

0 个答案:

没有答案