- Language: en
14 results for slice in version 2.0
-
PostgreSQL specific model fields
- … slices use 0-based indexing to be consistent with Python. Slice transforms Slice transforms take …
-
Built-in template tags and filters
- … slice Returns a slice of the list. Uses the same syntax as Python’s list …
-
Django 2.0 release notes
- … slicing Calling QuerySet.reverse() or last() on a sliced queryset leads to unexpected results due to the slice …
-
QuerySet API reference
- … sliced, using Python’s array-slicing syntax. Slicing an unevaluated QuerySet usually returns another unevaluated …
-
Making queries
- … slice of [0] . If there are no results that match the query, get() will raise …
-
Query Expressions
- … slice ( [:1] ) of the queryset is used: >>> subquery = Subquery ( newest . values ( 'email …
-
GeoDjango Tutorial
- … sliced: >>> lyr [ 0 : 2 ] [<django.contrib.gis.gdal.feature.Feature object at 0x2f47690>, <django.contrib.gis.gdal.feature.Feature …
-
Django 1.0.1 release notes
- … slicing of results and improved introspection of existing databases. Several fixes for query support in the Django …
-
Django 1.9.1 release notes
- … slices of QuerySet.values() ( #25894 ). Fixed a state bug when using an AlterModelManagers operation ( #25852 ). Fixed …
-
Django 2.0.3 release notes
- … sliced QuerySet.distinct().order_by() followed by count() to crash ( #29108 ). Prioritized the datetime and time …