Python Django Rest Framework UnorderedObjectListWarning

前端 未结 7 2191
时光取名叫无心
时光取名叫无心 2021-01-30 15:47

I upgraded from Django 1.10.4 to 1.11.1 and all of a sudden I\'m getting a ton of these messages when I run my tests:

lib/python3.5/site-packages/rest_framework/         


        
7条回答
  •  自闭症患者
    2021-01-30 16:13

    Another option is to add OrderingFilter

    http://www.django-rest-framework.org/api-guide/filtering/#orderingfilter

提交回复
热议问题