- Language: en
238 results for list in version 4.1
-
Writing your first Django app, part 7
- … list page: filters using the list_filter . Add the following line to QuestionAdmin : list_filter …
-
Django 1.4 release notes
- … list_filter . Multiple sort in admin interface The admin change list now supports sorting on multiple …
-
Django 1.1 release notes
- … list You can now make fields editable on the admin list views via the new list …
-
Django shortcut functions
- … list_or_404() get_list_or_404 ( klass , * args , ** kwargs ) Returns the result of filter …
-
The staticfiles app
- … list The default ignored pattern list, ['CVS', '.*', '*~'] , can be customized in a more persistent way than …
-
FAQ: The admin
- … list_filter” contains a ManyToManyField, but the filter doesn’t display. Django won’t bother …
-
Database access optimization
- … list() When you only want a dict or list of values, and don’t need …
-
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 …