- Language: en
46 results for list in version 5.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 …
-
Using the Django authentication system
- … list, view the “change” form and change an object is limited to users with the “change …
-
Models
- … list of database fields it defines. Fields are specified by class attributes. Be careful not to choose …
-
Customizing authentication in Django
- … list_display = [ "email" , "date_of_birth" , "is_admin" ] list …
-
Advanced testing topics
- … list of the domains supported by the project: ALLOWED_HOSTS = [ "www.djangoproject.dev" , "docs.djangoproject.dev …
-
Migrations
- … list of migrations this one depends on. operations , a list of Operation classes that define …
-
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 …
-
Cryptographic signing
- … lists and tuples) if you pass in a tuple, you will get a list from …