django model limit和order_by

article_list = mio_cms_article.objects.filter(status=’1′).order_by(‘-id’)[0:10]

 

 

按id倒序 并且limit0,10