Casey Kinsey
Casey Kinsey
With more and more PRs coming in for `django-hardcopy`, I need to start adding test coverage and would welcome any help.
Requested by [/u/kennydude on Reddit](https://www.reddit.com/r/django/comments/6ptfj2/djangohardcopy_render_pdfs_in_django_with/dkudl51/) Implement a Renderer class which renders PDF and returns them as a FileResponse when `?format=pdf`. Unlike other renderer classes, this will require setting a template...
* Django Wagtail Feeds version: 0.1.0 * Python version: 3.6.5 * Operating System: Mac OSX 10.14 ### Description Extended feeds execute`n+1` queries to gather image content from `StreamFields`. ### What...