order тогда убрать, всё получилось, на след странице выводит так
Суть не меняется, https://docs.djangoproject.com/en/2.2/ref/models/querysets/ Also note that even though slicing an unevaluated QuerySet returns another unevaluated QuerySet, modifying it further (e.g., adding more filters, or modifying ordering) is not allowed, since that does not translate well into SQL and it would not have a clear meaning either. Проще говоря в конце делать [:20]
Суть не меняется, https://docs.djangoproject.com/en/2.2/ref/models/querysets/ Also note that even though slicing an unevaluated QuerySet returns another unevaluated QuerySet, modifying it further (e.g., adding more filters, or modifying ordering) is not allowed, since that does not translate well into SQL and it would not have a clear meaning either. Проще говоря в конце делать [:20]