Changes between Initial Version and Version 1 of Ticket #36453
- Timestamp:
- Jun 10, 2025, 5:06:58 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36453 – Description
initial v1 61 61 62 62 Notice how the `WHEN` clause differs, but the `WHERE` clause stays the same, despite both using the same `Value(None, output_field=JSONField())` syntax. 63 64 Edit: If that makes any difference, we're using PostgreSQL as a backend.