In my model I have
class Meta: ordering = ['title']
Is there a way that I can leave it in the definition of the model as useful elsewhere, but in the request to say that it ignores it without having order?
The documentation is your friend: http://docs.djangoproject.com/en/dev/ref/models/querysets/#order-by-fields
New in Django 1.0: Please, see the release notes If you don't want any ordering to be applied to a query, not even the default ordering, call order_by() with no parameters.
Source: https://habr.com/ru/post/1760710/More articles:Find largest image sizes from image list - pythonHow to change / add message options in symfony? - symfony1PHP MySQL: сохранение PDF в базу данных - phpF # quote compilation: performance? - performanceExamples of badges that don't move well? - internationalizationHow to use code to register C # - c #NUnit Secondary Thread Exception - multithreadingAdding exponential geom_smooth to ggplot2 / R - rPerforce: P4V option to add to client view? (It exists in P4Win) - perforceFrom many to many relationships using SQL and Linq (entity framework / for entities) - sqlAll Articles