有一行代码:
blog_list = Blog.objects.filter(pub_date__month=2) 这么写没问题,可以获取结果 ,pub_date__day也没问题。
但是
blog_list = Blog.objects.filter(pub_date__year=2015) 这样写就报如下错误:
-----------------------------------------------
Django Version: 1.7.1
Exception Type: TypeError
Exception Value:
not enough arguments for format string
Exception Location: D:\Python27\lib\site-packages\MySQLdb\
cursors.py in execute, line 187
Python Executable: D:\Python27\python.exe
Python Version: 2.7.8
------------------------------------------------------
很费解,代码没错呀,__year 失效了? MySQL-python换成1.2.5也不行。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/177433
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.