- Language: en
45 results for list in version 4.1
-
Django’s cache framework
- … list. In this example, the cache is shared over Memcached instances running on IP address …
-
URL dispatcher
- … list. Django would call the function views.month_archive(request, year=2005, month=3) . /articles/2003/ would …
-
Advanced testing topics
- … list of supported formats). Deprecated since version 4.0: extra_tests is a list of extra …
-
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 …
-
Pagination
- … listing ( request ): contact_list = Contact . objects . all () paginator = Paginator ( contact_list , 25 ) # Show 25 contacts …
-
Aggregation
- … list of the aggregate functions that are available can be found in the QuerySet reference …
-
Migrations
- … list of migrations this one depends on. operations , a list of Operation classes that define …
-
Cryptographic signing
- … lists and tuples) if you pass in a tuple, you will get a list from …