Re: Hello/thoughts on JsonResponse

2017-09-07 Thread callsamleung
Hi, I think you just want a option to use JsonResponse with QuerySet object. let's think your question in this way: 'data serializations' question. queryset object can easy to dump by using django.core.serialzers, see this:https://docs.djangoproject.com/en/1.11/topics/serialization/ so you should

Re: Hello/thoughts on JsonResponse

2017-09-06 Thread Jani Tiainen
Hi, Since your proposal can live easily out of Django core as a 3rd party functionality you should start by implementing it, rather than waiting for official green light. And that as said, since it can live very easily outside of Django you should really convince that this is something worth

Hello/thoughts on JsonResponse

2017-09-06 Thread Ryan Fredericks
Hello everyone, My name is Ryan and I've had the pleasure of working on various Django backed projects for the last three or four years. I've never contributed to the project (yet) but I'd like to get started. I'm posting today because I'd like to discuss something that has irked me about Jso