Changes between Version 1 and Version 2 of Ticket #28208, comment 4
- Timestamp:
- May 17, 2017, 11:42:38 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28208, comment 4
v1 v2 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 {{{DjangoJSONEncoder}}} wrapper to be able to serialize it 4 4 5 5 Thanks.