Changes between Initial Version and Version 1 of Ticket #25828
- Timestamp:
- Nov 28, 2015, 5:55:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25828 – Description
initial v1 1 1 I 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. 2 2 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? 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? Is it even possible to implement?