- Language: en
143 results for filter in version 2.1
-
Translation
- … filters You can translate string literals passed as arguments to tags and filters by using …
-
Settings
- … FILTER Default: ' django.views.debug.SafeExceptionReporterFilter ' Default exception reporter filter class to be used if none has been …
-
FAQ: The admin
- … filter” contains a ManyToManyField, but the filter doesn’t display. Django won’t bother displaying …
-
Django 1.11.11 release notes
- … filters The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking …
-
Django 1.8.19 release notes
- … filters The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to a catastrophic …
-
Django 2.0.3 release notes
- … filters The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking …
-
Django 1.10 release notes
- … filter (where it would always be applied as the last filter no matter where in the filter …
-
Django 1.8 release notes
- … filter to limit the list_filter choices to foreign objects which are attached to those …
-
Managers
- … filter ( role = 'A' ) def editors ( self ): return self . filter ( role = 'E' ) class …
-
Django 1.7 release notes
- … filter ( kind = 'pizza' ) def vegetarian ( self ): return self . filter ( vegetarian = True ) class Food …