Skip to content

Allow functional constructs to be chained with the QuerySet #8

@onyb

Description

@onyb

The idea is to do something like:

SomeClass.objects.filter(val__lte=<foo>).value_list('val', flat=True).map(callable)

This needs to be spec'd properly, but some inspiration can be taken from:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions