- Language: en
207 results for filter in the development version
-
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 …
-
Settings
- … FILTER Default: ' django.views.debug.SafeExceptionReporterFilter ' Default exception reporter filter class to be used if none has been …
-
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 …
-
The Django admin documentation generator
- … filters reference The tags and filters admindocs sections describe all the tags and filters that …
-
Built-in class-based generic views
- … filtering Another common need is to filter down the objects given in a list page …
-
Time zones
- … filters These filters accept both aware and naive datetimes. For conversion purposes, they assume that …
-
Django 1.3 release notes
- … filters in admin interface Prior to Django 1.2.5, the Django administrative interface allowed filtering on any model …
-
Django 5.0 release notes
- … filters in the admin Facet counts are now shown for applied filters in the admin …