rest-framework-latex
rest-framework-latex copied to clipboard
A LaTeX renderer for Django REST Framework
Bumps [django](https://github.com/django/django) from 1.11.22 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.3.3 to 3.11.2. Release notes Sourced from djangorestframework's releases. Version 3.9.3 This is the last Django REST Framework release that will support Python 2. Be sure to...
Underscores should be escaped with `\_`.
Fixes #20 This will make the data from the API view available as template variable `{{ data }}`. --- This change is [](https://reviewable.io/reviews/mypebble/rest-framework-latex/21)
Hi folks, just got first light on some sweet PDF output from your neat extension but I'm running into a weird bug in django-rest-framework. ## Environment - Django 1.10.2 -...