- Language: en
11 results for slice in version 1.10
-
PostgreSQL specific model fields
- … slices use 0-based indexing to be consistent with Python. Slice transforms This class of transforms …
-
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 …
-
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 …
-
Performing raw SQL queries
- … slicing are not performed at the database level. If you have a large number of Person …
-
Django 1.8.10 release notes
- … BoundField to reallow slices of subwidgets ( #26267 ). Prevented ContentTypeManager instances from sharing their cache ( #26286 ). …
-
Django 1.9.3 release notes
- … slices of subwidgets ( #26267 ). Changed the admin’s “permission denied” message in the login template …
-
Django 1.9.1 release notes
- … slices of QuerySet.values() ( #25894 ). Fixed a state bug when using an AlterModelManagers operation ( #25852 ). Fixed …
-
LayerMapping data import utility
- … slice or tuple of (begin, end) feature ID’s to map from the data source …