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:
committed by
Mariusz Felisiak
parent
a6c7db1d1d
commit
6375cee490
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user