Closed clokep closed 6 years ago
Add support for calling first() and last(). These take into account ordering and compare the first() (or last()) of each individual QuerySet.
first()
last()
QuerySet
Add support for calling
first()
andlast()
. These take into account ordering and compare thefirst()
(orlast()
) of each individualQuerySet
.