- Language: en
30 results for sorted in version 1.8
-
Request and response objects
- … sort unless the default value provided is not a list. QueryDict. setlist ( key , list_ ) [source …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
Custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Managers
- … sorts of managers are likely to be fairly specific to the class they are defined …
-
Submitting patches
- … sort of design decision. If you provide a non-trivial patch, include evidence that alternatives …
-
File Uploads
- … sort of AJAX widget. You’d add this handler to your upload handlers like this …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
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 …