Changes between Initial Version and Version 1 of Ticket #35734, comment 1
- Timestamp:
- Sep 5, 2024, 8:47:33 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35734, comment 1
initial v1 1 1 I can confirm this is also an issue with `5.1.1` and `5.1`, but not an issue with `5.0.9`. 2 3 4 Here's where I think the error was introduced. 5 6 5.0.9: https://github.com/django/django/blob/8e68f938f376cf2ca22a7e8ff0bcbe1b7a5832d1/django/db/models/functions/comparison.py#L163-L176 7 5.1: https://github.com/django/django/blob/373cb3037fe4e67adbac9ac43340391e859aa957/django/db/models/functions/comparison.py#L192 8 9 Basically on postgres 16, there's an attempt to use "native" JSON, but it doesn't work for nested objects.