- Language: en
174 results for filter in version 3.2
-
Managers
- … filter ( role = 'A' ) def editors ( self ): return self . filter ( role = 'E' ) class …
-
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 …
-
Built-in class-based generic views
- … filtering Another common need is to filter down the objects given in a list page …
-
The Django admin documentation generator
- … filters reference The tags and filters admindocs sections describe all the tags and filters that …
-
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 3.0 release notes
- … Filter expressions Expressions that output BooleanField may now be used directly in QuerySet filters, without …
-
Unicode data
- … filters A couple of tips to remember when writing your own template tags and filters …
-
Django 1.1.3 release notes
- … filters in admin interface The Django administrative interface, django.contrib.admin , supports filtering of displayed lists of objects …