Skip to content

Releases: fdemmer/django-weasyprint

v1.0.1

02 May 21:21
Compare
Choose a tag to compare
  • Fix classifiers and changelog

v1.0.0

02 May 21:20
Compare
Choose a tag to compare
  • Drop Python 2 support: WeasyPrint >= 43 and Django >= 2.2 are required

v0.6.0

27 Apr 21:53
Compare
Choose a tag to compare
  • Update README to demonstrate override of URL fetcher (65ced6f)
  • Fix URL fetcher when used with emtpy MEDIA_URL (fd3fb30, #34)
  • Add tests for views and django_url_fetcher & tox configuration

v0.5.5

27 Apr 21:52
Compare
Choose a tag to compare
  • Update signature of weasyprint.default_url_fetcher by Vlastimil Zíma (c9abfe8)

  • Add font_config to handle @font-config rules

    An additional argument called font_config must be provided to handle
    @font-config rules. The same fonts.FontConfiguration object must be
    used for different CSS objects applied to the same document.

    https://weasyprint.readthedocs.io/en/latest/api.html#weasyprint.CSS

v0.5.4

16 Jul 10:05
Compare
Choose a tag to compare
  • fix usage of urlparse in django_weasyprint.utils.django_url_fetcher

v0.4

26 Sep 13:36
0f00363
Compare
Choose a tag to compare
  • added get_url_fetcher() method to allow easy override of the url-fetcher (Schnouki)