- Language: en
69 results for list in version 1.10
-
Built-in template tags and filters
- … list and coach_list or cheerleader_list %} will be interpreted like: if ( athlete_list and coach …
-
Validators
- … list of integers. int_list_validator int_list_validator ( sep=' , ' , message=None , code='invalid' , allow …
-
QuerySet API reference
- … list(). Force evaluation of a QuerySet by calling list() on it. For example: entry_list …
-
The Forms API
- … lists of Unicode strings representing the error messages. The error messages are stored in lists …
-
The staticfiles app
- … list New in Django 1.10. The default ignored pattern list, ['CVS', '.*', '*~'] , can be customized in a more …
-
The flatpages app
- … list. This means it will run first when processing the response, and ensures that any other …
-
The Django admin site
- … list_display_links = None ModelAdmin. list_editable Set list_editable to a list of field …
-
Settings
- … listed first in INSTALLED_APPS has precedence. INTERNAL_IPS Default: [] (Empty list) A list of IP addresses …
-
System check framework
- … list_display must be a list or tuple. admin.E108 : The value of list_display[n] refers …
-
Form fields
- … list) Normalizes to: A list of Unicode objects. Validates that every value in the given …