django model limit和order_by uleeb • 2015年10月29日 article_list = mio_cms_article.objects.filter(status=’1′).order_by(‘-id’)[0:10] 按id倒序 并且limit0,10