- Language: en
11 results for sorted in version 3.0
-
Query Expressions
- … sorted in ascending order. nulls_first and nulls_last define how null values are sorted …
-
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 …
-
Databases
- … sorted as well as what strings compare as equal. It can be set on a database …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
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
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( 'author' ) . asc ( nulls …
-
Model field reference
- … sort of reference, called a lazy relationship, can be useful when resolving circular import dependencies …