- Language: en
8 results for slice in version 3.2
-
Django 2.0 release notes
- … slicing Calling QuerySet.reverse() or last() on a sliced queryset leads to unexpected results due to the slice …
-
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 …
-
Django 1.9.1 release notes
- … slices of QuerySet.values() ( #25894 ). Fixed a state bug when using an AlterModelManagers operation ( #25852 ). Fixed …
-
Django 1.0.1 release notes
- … slicing of results and improved introspection of existing databases. Several fixes for query support in the Django …
-
Django 1.9.3 release notes
- … slices of subwidgets ( #26267 ). Changed the admin’s “permission denied” message in the login template …
-
Django 1.8.10 release notes
- … BoundField to reallow slices of subwidgets ( #26267 ). Prevented ContentTypeManager instances from sharing their cache ( #26286 ). …
-
Django 2.1.2 release notes
- … sliced queries with multiple columns with the same name crashed on Oracle 12.1 ( #29630 ). Fixed …