- Language: en
72 results for list in version 5.1
-
django-admin and manage.py
- … list of its available options. App names Many commands take a list of “app names …
-
Form fields
- … list) Normalizes to: A list of strings. Validates that every value in the given list …
-
The Django template language: for Python programmers
- … list ) [source] Like get_template() , except it takes a list of names and returns the first …
-
Multiple object mixins
- … list of objects. Context object_list : The list of objects that this view is displaying …
-
Request and response objects
- … list unless the default value provided isn’t a list. QueryDict. setlist ( key , list_ ) [source …
-
The Django template language
- … list of athletes provided in athlete_list : < ul > {% for athlete in athlete_list …
-
Date-based mixins
- … list , object_list , extra_context ). date_list is the list of dates for which data …
-
Generic date views
- … list. By default, this is False . get_make_object_list () Determine if an object list …
-
GDAL API
- … list of file types, see also the GDAL Raster Formats list. An in-memory raster …
-
Paginator
- … list Required. A list, tuple, QuerySet , or other sliceable object with a count() or __len__() method …