- Language: en
32 results for sorted in version 3.0
-
Writing your first Django app, part 7
- … sort by those values – except in the case of the was_published_recently header, because …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
Django 1.5 release notes
- … sorted in ascending order in the context, like their function-based predecessors, but it actually …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
File Uploads
- … sort of AJAX widget. You’d add this handler to your upload handlers like this …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( 'author' ) . asc ( nulls …
-
Model field reference
- … sort of reference, called a lazy relationship, can be useful when resolving circular import dependencies …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
Signals
- … sort of reference can be quite handy when dealing with circular import dependencies and swappable …
-
Unit tests
- … sorting , the documentation spelling checker , and code formatting ), install and run the tox command from …