00_UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: # <class 'django.contrib.auth.models.Group'> QuerySet.

2023-05-16编程技术18473

访问groups时,后端报警告

UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list:      # <class 'django.contrib.auth.models.Group'> QuerySet.

参考blog

https://www.cnblogs.com/zhengyionline/p/9232491.html

看到,其实是未排序

方法1:view中取queryset对象实例时

方法2:models中ordery

修改后即可

00_UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: # <class 'django.contrib.auth.models.Group'> QuerySet.的相关教程结束。

本文地址:https://www.ufcn.cn/tutorials/2643929.html

如非特殊说明,本站内容均来自于网友自主分享,概不代表本站观点,如有任何问题我们都将在收到反馈后的第一时间进行处理!