- Language: en
243 results for list in version 4.2
-
Django 1.6 release notes
- … list of date . It used to return a list of datetime . QuerySet.datetimes() returns a list …
-
Django 1.1 release notes
- … list You can now make fields editable on the admin list views via the new list …
-
Django 1.4 release notes
- … list_filter . Multiple sort in admin interface The admin change list now supports sorting on multiple …
-
Django shortcut functions
- … list_or_404() get_list_or_404 ( klass , * args , ** kwargs ) [source] Returns the result of filter …
-
The staticfiles app
- … list The default ignored pattern list, ['CVS', '.*', '*~'] , can be customized in a more persistent way than …
-
Database access optimization
- … list() When you only want a dict or list of values, and don’t need …
-
FAQ: The admin
- … list_filter” contains a ManyToManyField, but the filter doesn’t display. Django won’t bother …
-
The flatpages app
- … list. This means it will run first when processing the response, and ensures that any other …
-
Django 4.2.15 release notes
- … list() QuerySet.values() and values_list() methods on models with a JSONField were subject to SQL injection …
-
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
-