Opened 17 years ago

Closed 17 years ago

#4173 closed (invalid)

attribute selection for QuerySets

Reported by: Jean-Pierre Chauvel <jchauvel@…> Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: select fields
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Would be nice to see in upcoming versions some way to select model attributes and formulas in QuerySet objects.

Change History (3)

comment:1 by Jean-Pierre Chauvel <jchauvel@…>, 17 years ago

Please make include ways to do aggregation with QuerySet objects

comment:2 by Collin Grady <cgrady@…>, 17 years ago

Select attributes? Like .values() ?

comment:3 by Russell Keith-Magee, 17 years ago

Resolution: invalid
Status: newclosed

This feature already exists as values(). If you have a specific suggestion that values() doesn't cover, you will need to provide more details in the ticket.

Note: See TracTickets for help on using tickets.
Back to Top