1👍
✅
A slice is something like object_list = MyModel.objects.all()[:5]
. Trying to autosort that would throw this error.
You’ll need to pass an entire queryset to autosort.
Source:stackexchange.com