- Language: en
32 results for sort in version 3.2
-
Query Expressions
- … sorted in ascending order. nulls_first and nulls_last define how null values are sorted …
-
Django 1.4 release notes
- … sort in admin interface The admin change list now supports sorting on multiple columns. It respects …
-
The Django admin site
- … sorting (because Django does all the sorting at the database level). However, if an element …
-
QuerySet API reference
- … sorted. Be cautious when ordering by fields in related models if you are also using …
-
Built-in template tags and filters
- … sort the data in the template using the dictsort filter, if your data is in a list …
-
Django 2.2 release notes
- … sort algorithm, as the old pairwise merging algorithm is insufficient for some cases. CSS and JavaScript …
-
FAQ: Contributing code
- … sort of attention you require. Gentle IRC reminders can also work – again, strategically timed if possible …
-
Coding style
- … sorting using the guidelines below. Quick start: / $ python -m pip install "isort …
-
Making queries
- … sorts of filter you may be interested in. Consider the Blog / Entry relationship ( Blog to Entry …
-
Writing your first Django app, part 7
- … sort by those values – except in the case of the was_published_recently header, because …