- Language: en
31 results for sort in version 2.1
-
Submitting patches
- … sort of design decision. If you provide a non-trivial patch, include evidence that alternatives …
-
Triaging tickets
- … sort out one from the other, and in the end we all benefit together. Like …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
The “sites” framework
- … sort of hard-coding is best for hackish fixes that you need done quickly. The cleaner …
-
Making queries
- … sorts of filter you may be interested in. Consider the Blog / Entry relationship ( Blog to Entry …
-
Django 1.0.1 release notes
- … sorting an admin change list based on a callable attributes in list_display . A fix to the application …
-
Database transactions
- … sort of error. Transaction rollback The first option is to roll back the entire transaction …
-
URL dispatcher
- … sort of match the regular expression makes. When switching from using path() to re_path …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( 'author' ) . asc ( nulls …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …