Closed clokep closed 4 years ago
This adds support for calling values() on a QuerySetSequence. The index of the QuerySet can be included in the response by specifying '#' as one of the fields to return.
values()
QuerySetSequence
QuerySet
'#'
This adds support for calling
values()
on aQuerySetSequence
. The index of theQuerySet
can be included in the response by specifying'#'
as one of the fields to return.