- Language: en
31 results for sorted in version 2.1
-
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 …
-
“How-to” guides
- … global Django community. Many writers in the aggregator write this sort of how-to material. …
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
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 …