Categories
Django order by desc?
In django I have a field in a model . Field "created" I need to make a selection of the last 5 materials sorted by date from the end. In general, show the last 5 articles.
Answer the question
In order to leave comments, you need to log in
order_by('-created')
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question