- Language: en
10 results for sort in version 1.8
-
The Django admin site
- … sorting (because Django does all the sorting at the database level). However, if an element …
-
Query Expressions
- … sorted in ascending order. desc () Returns the expression ready to be sorted in descending order …
-
Built-in template tags and filters
- … sort the data in the template using the dictsort filter, if your data is in a list …
-
QuerySet API reference
- … sort all the items for which is_recent is true to the front of the result …
-
Databases
- … sorted as well as what strings compare as equal. It can be set on a database …
-
The “sites” framework
- … sort of hard-coding is best for hackish fixes that you need done quickly. The cleaner …
-
Signals
- … sort of reference can be quite handy when dealing with circular import dependencies and swappable …
-
django-admin and manage.py
- … sort test cases in the opposite order. This may help in debugging the side effects …
-
Request and response objects
- … sort unless the default value provided is not a list. QueryDict. setlist ( key , list_ ) [source …
-
Model field reference
- … sort of reference can be useful when resolving circular import dependencies between two applications. A database …