Changes between Initial Version and Version 1 of Ticket #31956, comment 16
- Timestamp:
- Nov 10, 2020, 5:57:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31956, comment 16
initial v1 12 12 It feels like an easy fix for one problem which ignores some other underlying issue, breaking use cases that a few people don't personally use. If I want a query to work in the future *as written* am I going to have to start creating raw psycopg2 cursors? Because those still work! 13 13 14 Just to add, this is broken on a brand new django project with a single table. Not sure how custom json decoders factor into this. 15