- Language: en
31 results for sorted in version 2.1
-
Django 2.1 release notes
- … sorted in the change list page. The admin_order_field attribute for elements in ModelAdmin.list …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
Triaging tickets
- … sort out one from the other, and in the end we all benefit together. Like …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( 'author' ) . asc ( nulls …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
Django 1.5 release notes
- … sorted in ascending order in the context, like their function-based predecessors, but it actually …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
Model field reference
- … sort of reference, called a lazy relationship, can be useful when resolving circular import dependencies …
-
Database transactions
- … sort of error. Transaction rollback The first option is to roll back the entire transaction …
-
Unit tests
- … sorting , the documentation spelling checker , and code formatting ), install and run the tox command from …