Changes between Initial Version and Version 5 of Ticket #29687
- Timestamp:
- Aug 18, 2018, 8:34:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29687
- Property Type Uncategorized → Cleanup/optimization
- Property Summary Support serialising JSON arrays in Django Test Client → Support serialising JSON types other than objects in Django Test Client
-
Ticket #29687 – Description
initial v5 1 1 This is a follow up to #29082, which added support for serialising JSON objects in the Django Test Client. 2 2 3 Currently JSON arrays are not supported.3 Currently JSON types other than objects are not supported. 4 4 5 5 This is my first ticket (I think), so any advice on what's required would be appreciated. I'm planning to open a PR on GitHub for this.