Changes between Initial Version and Version 1 of Ticket #28208, comment 4
- Timestamp:
- May 17, 2017, 11:41:53 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28208, comment 4
initial v1 1 1 Replying to [comment:3 Tim Graham]: 2 2 > 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}}}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}}} 4 4 5 5 Thanks.