Releases: fdemmer/django-weasyprint
Releases · fdemmer/django-weasyprint
2.3.1 ☃️
- Merge contributed docs fixes (a1c2ace, by @GorlikItsMe and 059c4ff, by @amy-mac)
- Update test matrix to cover various WeasyPrint and pydyf combinations (thanks for the heads up @loewis)
- Add Python 3.13 and Django 5.0 & 5.1 to test matrix (with test fix)
v2.3.0
- Make it possible to set WeasyPrint options via WeasyTemplateResponse (#79)
- Add support for non-hashed path when
ManifestStaticFilesStorage
is used with DEBUG=True
v2.2.2 🎅
- Improve URL Fetcher to return
redirected_url
with 'file://' prefix for image cache using Kozea/WeasyPrint#1853 with WeasyPrint v59.0 (#74)
- Add Python 3.12 and Django 5.0 to test matrix, remove Django 4.0 and 4.1 (#68)
v2.2.1
- Support WeasyPrint v59.0 (#71)
- Add Python 3.11 and Django 4.2 to test matrix, remove Python 3.6 and 3.7
v2.2.0
- Attempt to load static files from disk when using
ManifestStaticFilesStorage
(#48)
- Add debug logging to
django_url_fetcher
- Add Python 3.10 and Django 4.1 to test matrix, remove Django 2.2
v2.1.0
- Add
font_config
argument to WeasyTemplateResponse.get_css()
to properly set up the weasyprint.CSS
instance for weasyprint.HTML.render()
(f944d45, #54)
v2.0.0
- WeasyPrint >= 53.0 is required ("PDF is the only output format supported!")
- Remove
PNGView
and CONTENT_TYPE_*
constants
- Add Django 3.2 to test matrix, remove 3.0
v1.1.0.post1
- Pin WeasyPrint<53 due to module path change