标签: python django
我在我的观点中使用这行代码:
prev_articles = Article.objects.all().order_by(-'created')[1:4]
它给了我一个错误:
Exception Value: bad operand type for unary -: 'str'
最后我检查过这段代码似乎与我同行的另一个项目有关,我做错了什么?有更好的方法吗?