- Language: en
20 results for slice in the development version
-
Performing raw SQL queries
- … slicing are not performed at the database level. If you have a large number of Person …
-
Django 4.0 release notes
- … sliced queryset now raise TypeError instead of AssertionError . The undocumented django.test.runner.reorder_suite() function is renamed …
-
LayerMapping data import utility
- … slice or tuple of (begin, end) feature ID’s to map from the data source …
-
Django 1.8.10 release notes
- … BoundField to reallow slices of subwidgets ( #26267 ). Prevented ContentTypeManager instances from sharing their cache ( #26286 ). …
-
Django 1.0.1 release notes
- … slicing of results and improved introspection of existing databases. Several fixes for query support in the Django …
-
Django 5.1 release notes
- … sliced . The new from_queryset argument of Model.refresh_from_db() and Model.arefresh_from_db() allows …
-
Django 2.0.3 release notes
- … sliced QuerySet.distinct().order_by() followed by count() to crash ( #29108 ). Prioritized the datetime and time …
-
Django 1.9.3 release notes
- … slices of subwidgets ( #26267 ). Changed the admin’s “permission denied” message in the login template …
-
Django 4.2 release notes
- … sliced querysets. Registering lookups on Field instances is now supported. The new robust argument for on_commit …
-
GeoDjango Tutorial
- … sliced: >>> lyr [ 0 : 2 ] [<django.contrib.gis.gdal.feature.Feature object at 0x2f47690>, <django.contrib.gis.gdal.feature.Feature …