- Language: en
31 results for sort in version 5.1
-
How to create custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Django 2.1 release notes
- … sorted in the change list page. The admin_order_field attribute for elements in ModelAdmin.list …
-
Django 1.0.1 release notes
- … sorting an admin change list based on a callable attributes in list_display . A fix to the application …
-
Django version 0.95 release notes
- … sort of Django problem. We recommend you search the archives first, though, because many common …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
How-to guides
- … global Django community. Many writers in the aggregator write this sort of how-to material. …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( "author" ) . asc ( nulls …
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
Signals
- … sort of reference can be quite handy when dealing with circular import dependencies and swappable …
-
Model index reference
- … sorting or filtering. include is ignored for databases besides PostgreSQL. Index.name is required when using …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …