Changes between Initial Version and Version 1 of Ticket #22057, comment 6
- Timestamp:
- Feb 16, 2014, 9:20:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22057, comment 6
initial v1 1 Added another patch, fixing the issue by lazily importing {{{DjangoJSONEncoder}}} inside {{{JSONResponse.__init__}}} .1 Added another patch, fixing the issue by lazily importing {{{DjangoJSONEncoder}}} inside {{{JSONResponse.__init__}}} (as suggested by anonymous above). 2 2 3 3 I'm not sure how to go about testing for this regression in order to provide a complete patch, so if anyone has any pointers it would help.