- Language: en
32 results for sorted in version 2.2
-
FAQ: Contributing code
- … sort of attention you require. Gentle IRC reminders can also work – again, strategically timed if possible …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Making queries
- … sorts of filter you may be interested in. Consider the Blog / Entry relationship ( Blog to Entry …
-
Submitting patches
- … sort of design decision. If you provide a non-trivial patch, include evidence that alternatives …
-
Django version 0.95 release notes
- … sort of Django problem. We recommend you search the archives first, though, because many common …
-
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 …
-
“How-to” guides
- … global Django community. Many writers in the aggregator write this sort of how-to material. …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …