- Language: en
71 results for list in version 3.0
-
django-admin and manage.py
- … list of its available options. App names Many commands take a list of “app names …
-
The Django template language: for Python programmers
- … list ) 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_ ) Sets …
-
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 …
-
Model Meta options
- … lists of objects: ordering = [ '-order_date' ] This is a tuple or list of strings …
-
GDAL API
- … list of file types, see also the GDAL Raster Formats list. An in-memory raster …
-
Paginator
- … list , per_page , orphans=0 , allow_empty_first_page=True ) [source] Paginator. object_list Required …