- Language: en
30 results for sort in version 1.8
-
Making queries
- … sorts of filter you may be interested in. Consider the Blog / Entry relationship ( Blog to Entry …
-
Request and response objects
- … sort unless the default value provided is not a list. QueryDict. setlist ( key , list_ ) [source …
-
Writing custom model fields
- … sort (a list when you were expecting an object, for example) or a TypeError if your …
-
Submitting patches
- … sort of design decision. If you provide a non-trivial patch, include evidence that alternatives …
-
Database transactions
- … sort of error. Transaction rollback The first option is to roll back the entire transaction …
-
Model field reference
- … sort of reference can be useful when resolving circular import dependencies between two applications. A database …
-
Django 1.0.1 release notes
- … sorting an admin change list based on a callable attributes in list_display . A fix to the application …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
django-admin and manage.py
- … sort test cases in the opposite order. This may help in debugging the side effects …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …