- Language: en
131 results for filter in version 1.11
-
Django 1.6 release notes
- … filters by setting the preserve_filters attribute to False . Added FormMixin.get_prefix (which returns FormMixin.prefix …
-
Unicode data
- … filter ( name__contains = 'Å' ) qs = People . objects . filter ( name__contains = b ' \xc3\x85 ' ) # UTF-8 encoding …
-
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 …
-
Django 1.3 release notes
- … filters in admin interface Prior to Django 1.2.5, the Django administrative interface allowed filtering on any model …
-
Time zones
- … filters These filters accept both aware and naive datetimes. For conversion purposes, they assume that …
-
Format localization
- … filters that will do the same job on a per-variable basis. Template filters localize …
-
Django 1.2.4 release notes
- … filters in admin interface The Django administrative interface, django.contrib.admin , supports filtering of displayed lists of objects …
-
Django 1.1.3 release notes
- … filters in admin interface The Django administrative interface, django.contrib.admin , supports filtering of displayed lists of objects …
-
Django 1.8.7 release notes
- … filter If an application allows users to specify an unvalidated format for dates and passes …