- Language: en
16 results for slice in version 3.2
-
PostgreSQL specific model fields
- … slices use 0-based indexing to be consistent with Python. Slice transforms Slice transforms take …
-
Django 2.0 release notes
- … slicing Calling QuerySet.reverse() or last() on a sliced queryset leads to unexpected results due to the slice …
-
Built-in template tags and filters
- … slice Returns a slice of the list. Uses the same syntax as Python’s list …
-
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 …
-
Django 2.1 release notes
- … sliced_subqueries database feature flag to allow_sliced_subqueries_with_in . DatabaseOperations.distinct_sql() now requires …
-
LayerMapping data import utility
- … slice or tuple of (begin, end) feature ID’s to map from the data source …
-
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 …