- Language: en
44 results for list in version 2.1
-
Django’s cache framework
- … list. In this example, the cache is shared over Memcached instances running on IP address …
-
URL dispatcher
- … list of django.urls.path() and/or django.urls.re_path() instances. Django runs through each URL pattern, in order …
-
Advanced testing topics
- … list of supported formats). extra_tests is a list of extra TestCase instances to add to the suite …
-
Making queries
- … list of all the various QuerySet methods. Limiting QuerySet s Use a subset of Python …
-
Using the Django authentication system
- … list, view the “change” form and change an object is limited to users with the “change …
-
Customizing authentication in Django
- … list_display = ( 'email' , 'date_of_birth' , 'is_admin' ) list …
-
Models
- … list of database fields it defines. Fields are specified by class attributes. Be careful not to choose …
-
Signals
- … list ) [source] All signals are django.dispatch.Signal instances. The providing_args is a list of the names …
-
Migrations
- … list of migrations this one depends on. operations , a list of Operation classes that define …
-
Aggregation
- … list of the aggregate functions that are available can be found in the QuerySet reference …