Changes between Version 6 and Version 10 of Ticket #35718
- Timestamp:
- Sep 4, 2024, 3:22:07 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35718
- Property Summary Some useful postgres functions for JSON are missing from contrib → json_array missing from django.db.models.functions
-
Ticket #35718 – Description
v6 v10 1 This ticket was originally opened with the intent for me to provide implementations for a bunch of postgres functions, but it became clear from discussion that the most important bit was to implement a non-postgres-specific JSONArray function. 2 3 Original post: 4 1 5 There's a large number of postgres-specific functions for manipulating json: https://www.postgresql.org/docs/current/functions-json.html 2 6