- Language: en
33 results for sorted in the development version
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …
-
Django 1.5 release notes
- … sorted in ascending order in the context, like their function-based predecessors, but it actually …
-
How to create custom template tags and filters
- … sorts of tags are called “inclusion tags”. Writing inclusion tags is probably best demonstrated by example …
-
Django 2.1 release notes
- … sorted in the change list page. The admin_order_field attribute for elements in ModelAdmin.list …
-
Django 1.0.1 release notes
- … sorting an admin change list based on a callable attributes in list_display . A fix to the application …
-
Django version 0.95 release notes
- … sort of Django problem. We recommend you search the archives first, though, because many common …
-
Full text search
- … sort of relevancy. PostgreSQL provides a ranking function which takes into account how often the query …
-
Unit tests
- … sorting , the documentation spelling checker , and code formatting ), install and run the tox command from …
-
Submitting contributions
- … sort of design decision. This is especially important if the approach involves a deprecation or introduces …
-
Django’s cache framework
- … sorts of calculations – from database queries to template rendering to business logic – to create the page …
-
Making queries
- … sort the objects using the string representation of the values. This is because MariaDB and Oracle …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
File Uploads
- … sort of AJAX widget. You’d add this handler to your upload handlers like this …