- Language: en
114 results for filter in version 1.8
-
FAQ: The admin
- … filter” contains a ManyToManyField, but the filter doesn’t display. Django won’t bother displaying …
-
Django 1.8.19 release notes
- … filters The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to a catastrophic …
-
QuerySet API reference
- … filter filter ( **kwargs ) Returns a new QuerySet containing objects that match the given lookup parameters …
-
Django 1.8 release notes
- … filter to limit the list_filter choices to foreign objects which are attached to those …
-
Django 1.7 release notes
- … filter ( kind = 'pizza' ) def vegetarian ( self ): return self . filter ( vegetarian = True ) class Food …
-
Managers
- … filter ( role = 'A' ) def editors ( self ): return self . filter ( role = 'E' ) class …
-
Query Expressions
- … filters F() is also very useful in QuerySet filters, where they make it possible to filter …
-
The Django admin documentation generator
- … filters reference The tags and filters admindocs sections describe all the tags and filters that …
-
Django 1.6 release notes
- … filters by setting the preserve_filters attribute to False . Added FormMixin.get_prefix (which returns FormMixin.prefix …
-
Templates
- … Filters Filters transform the values of variables and tag arguments. They look like this: {{ django …