Skip to content

Releases: fdemmer/django-weasyprint

2.3.1 ☃️

07 Jan 12:58
44f2de9
Compare
Choose a tag to compare
  • 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

23 Feb 13:58
788f169
Compare
Choose a tag to compare
  • 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 🎅

06 Dec 14:37
93c9eb5
Compare
Choose a tag to compare
  • 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

11 Nov 22:32
Compare
Choose a tag to compare
  • 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

07 Aug 16:34
492722f
Compare
Choose a tag to compare
  • 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

30 Oct 15:55
Compare
Choose a tag to compare
  • 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

30 Oct 15:55
Compare
Choose a tag to compare
  • 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

10 Aug 15:00
Compare
Choose a tag to compare
  • Pin WeasyPrint<53 due to module path change

v1.1.0

v1.0.2