- Language: en
20 results for slice in the development version
-
PostgreSQL specific model fields
- … slices use 0-based indexing to be consistent with Python. Slice transforms Slice transforms take …
-
Query Expressions
- … slicing syntax. The indices are 0-based and the step argument to slice is not supported …
-
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 …
-
Django 2.1 release notes
- … sliced_subqueries database feature flag to allow_sliced_subqueries_with_in . DatabaseOperations.distinct_sql() now requires …
-
GeoDjango Tutorial
- … sliced: >>> lyr [ 0 : 2 ] [<django.contrib.gis.gdal.feature.Feature object at 0x2f47690>, <django.contrib.gis.gdal.feature.Feature …
-
Django 4.0 release notes
- … sliced queryset now raise TypeError instead of AssertionError . The undocumented django.test.runner.reorder_suite() function is renamed …
-
Django 1.8.10 release notes
- … BoundField to reallow slices of subwidgets ( #26267 ). Prevented ContentTypeManager instances from sharing their cache ( #26286 ). …