- Language: en
18 results for slice in version 4.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 …
-
Django 2.0.3 release notes
- … sliced QuerySet.distinct().order_by() followed by count() to crash ( #29108 ). Prioritized the datetime and time …
-
LayerMapping data import utility
- … slice or tuple of (begin, end) feature ID’s to map from the data source …
-
Django 2.1.2 release notes
- … sliced queries with multiple columns with the same name crashed on Oracle 12.1 ( #29630 ). Fixed …