Opened 8 years ago

Last modified 8 years ago

#25828 closed Cleanup/optimization

Aggregation and annotation using a postgres JSONField — at Version 1

Reported by: Austin Pua Owned by:
Component: contrib.postgres Version: dev
Severity: Normal Keywords: JSONField aggregation annotation
Cc: Marc Tamlyn Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Austin Pua)

I saw this StackOverflow post, and I decided to try it out myself. I can confirm that aggregations and annotations do not work with JSONField. Using values() also does not work. I think it has something to do with how the strings/lookups are parsed.

Is this a bug that can/will be fixed before the official 1.9 release, or is this a feature enhancement for future versions? Is it even possible to implement?

Change History (1)

comment:1 by Austin Pua, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top