Changes between Version 1 and Version 3 of Ticket #36338
- Timestamp:
- Apr 19, 2025, 5:30:33 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36338 – Description
v1 v3 1 **EDIT:** After further investigation, it seems the issue only happens if the JSONField key is the first item of the group clause, it works fine if it is alone or if another non-JSON field group clause is positioned first. 2 1 3 Have this simple model: 2 4