Changes between Version 1 and Version 2 of Ticket #28208, comment 4


Ignore:
Timestamp:
May 17, 2017, 11:42:38 AM (7 years ago)
Author:
Abraham González Ramírez

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28208, comment 4

    v1 v2  
    11Replying to [comment:3 Tim Graham]:
    22> Can you elaborate on the use case for creating a wrapper around `DjangoJSONEncoder` to include `QuerySet`?
    3 We are using a Front-end framework that need to receive a JSON for rendering a collection. So we need to include a {{{Queryset}}} into a wrapper of {{{DjangoJSONEncoder}}} to be able to serialize {{{QuerySet}}}
     3We are using a Front-end framework that need to receive a JSON for rendering a collection. So we need to include a {{{Queryset}}} into a {{{DjangoJSONEncoder}}} wrapper to be able to serialize it
    44
    55Thanks.
Back to Top