- Language: en
32 results for sorted in version 2.2
-
URL dispatcher
- … sort of match the regular expression makes. When switching from using path() to re_path …
-
Unit tests
- … sorting , the documentation spelling checker , and code formatting ), install and run the tox command from …
-
The “sites” framework
- … sort of hard-coding is best for hackish fixes that you need done quickly. The cleaner …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Django 1.5 release notes
- … sorted in ascending order in the context, like their function-based predecessors, but it actually …
-
File Uploads
- … sort of AJAX widget. You’d add this handler to your upload handlers like this …
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
Model field reference
- … sort of reference, called a lazy relationship, can be useful when resolving circular import dependencies …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( 'author' ) . asc ( nulls …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
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 …