Changes between Initial Version and Version 1 of Ticket #25828


Ignore:
Timestamp:
Nov 28, 2015, 5:55:28 AM (8 years ago)
Author:
Austin Pua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25828 – Description

    initial v1  
    11I saw this [http://stackoverflow.com/questions/33507872/django-orm-group-by-json-key-in-json-field 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.
    22
    3 Is this a bug that can/will be fixed before the official 1.9 release, or is this a feature enhancement for future versions?
     3Is 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?
Back to Top