Changes between Version 1 and Version 2 of Ticket #30458
- Timestamp:
- May 7, 2019, 11:57:35 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30458 – Description
v1 v2 1 1 I find the JsonResponse interface to be a bit clunky. I'd like to be able to do something like this: 2 3 {{{ 4 return JsonResponse({"posts": list(Post.objects.all())}) 5 }}} 6 7 For context, here is my code: 2 8 {{{ 3 9 # models.py