rest-framework-latex icon indicating copy to clipboard operation
rest-framework-latex copied to clipboard

A LaTeX renderer for Django REST Framework

Results 5 rest-framework-latex issues
Sort by recently updated
recently updated
newest added

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 --...

dependencies

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...

dependencies

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 -...

bug