Changes between Initial Version and Version 1 of Ticket #34013, comment 10
- Timestamp:
- Apr 30, 2023, 6:35:19 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34013, comment 10
initial v1 7 7 Thanks for the quick response. 8 8 9 I was able to reproduce it on the main branch but to fix it, a model would need to be attached to the JSONField inside the JSONObject method but it can't be done since annotations don't modify the classitself. So it seems like it might require a big architectural change for this to work.9 I was able to reproduce it on the main branch but to fix it, a model would need to be attached to the JSONField inside the JSONObject method but it can't be done since annotations don't modify the model itself. So it seems like it might require a big architectural change for this to work.