- Language: en
31 results for sorted in version 5.1
-
Unit tests
- … sorting , the documentation spelling checker , and code formatting ), install and run the tox command from …
-
File Uploads
- … sort of AJAX widget. You’d add this handler to your upload handlers like this …
-
Submitting contributions
- … sort of design decision. This is especially important if the approach involves a deprecation or introduces …
-
Django 1.5 release notes
- … sorted in ascending order in the context, like their function-based predecessors, but it actually …
-
Design philosophies
- … sort of common sitewide design – a common header, footer, navigation bar, etc. The Django template …
-
Django 1.0.1 release notes
- … sorting an admin change list based on a callable attributes in list_display . A fix to the application …
-
Model Meta options
- … sort last, use this: from django.db.models import F ordering = [ F ( "author" ) . asc ( nulls …
-
Signals
- … sort of reference can be quite handy when dealing with circular import dependencies and swappable …
-
Making queries
- … sort the objects using the string representation of the values. This is because MariaDB and Oracle …
-
URL dispatcher
- … sort of match the regular expression makes. When switching from using path() to re_path …
-
django-admin and manage.py
- … Sorts test cases in the opposite execution order. This may help in debugging the side …