- Language: en
12 results for sort in version 1.10
-
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 …
-
Signals
- … sort of reference can be quite handy when dealing with circular import dependencies and swappable …
-
Model field reference
- … sort of reference can be useful when resolving circular import dependencies between two applications. A database …
-
Request and response objects
- … sort unless the default value provided is not a list. QueryDict. setlist ( key , list_ ) [source …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
PostgreSQL specific model fields
- … sort of thing automatically. If you give the field a default , ensure it’s a callable …
-
The “sites” framework
- … sort of hard-coding is best for hackish fixes that you need done quickly. The cleaner …