- Language: en
244 results for list in version 5.2
-
The Django admin site
-
… list_display_links = None
ModelAdmin. list_editable
Set list_editable to a list of field …
-
AdminSite.get_app_list
-
ModelAdmin.change_list_template
-
ModelAdmin.get_list_display
-
ModelAdmin.get_list_display_links
-
ModelAdmin.get_list_filter
-
ModelAdmin.get_list_select_related
-
ModelAdmin.list_display
-
ModelAdmin.list_display_links
-
ModelAdmin.list_editable
-
ModelAdmin.list_filter
-
ModelAdmin.list_max_show_all
-
ModelAdmin.list_per_page
-
ModelAdmin.list_select_related
-
-
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 …
-
Sending email
- … list : A list of strings, each an email address. Each member of recipient_list will …
-
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 …
-
Django 1.3 release notes
- … list of profanities. The comments app has enforced this list of profanities, preventing people from …
-
The Django template language: for Python programmers
- … list ) [source] Like get_template() , except it takes a list of names and returns the first …
-
Request and response objects
- … list unless the default value provided isn’t a list. QueryDict. setlist ( key , list_ ) [source …
-
Multiple object mixins
- … list of objects. Context object_list : The list of objects that this view is displaying …