1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #29850 -- Added RowRange support for positive integer start and negative integer end.

This commit is contained in:
Sarah Boyce
2023-10-22 16:19:28 +02:00
committed by Mariusz Felisiak
parent a6c7db1d1d
commit 6375cee490
5 changed files with 155 additions and 33 deletions

View File

@@ -171,6 +171,9 @@ Models
* :meth:`.QuerySet.explain` now supports the ``generic_plan`` option on
PostgreSQL 16+.
* :class:`~django.db.models.expressions.RowRange` now accepts positive integers
for the ``start`` argument and negative integers for the ``end`` argument.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~