Skip to content

Releases: dprog-philippe-docourt/django-qr-code

v4.2.0

08 May 23:05

Choose a tag to compare

4.2.0 (2025-05-09)

  • Add support for Django 5.2.
  • Add support for Python 3.13.
  • Add support for caching embedded QR code or tags with get_or_make_cached_embedded_qr_code.

v4.1.0

01 Jun 13:10

Choose a tag to compare

What's Changed

  • Upgrade dependencies and drop support for Python < 3.10 and Pydantic <2.7.
  • Add the capability to generate embedded Base64 SVG images as data URIs through template tags (in addition to the API capability introduced in version 4.0.1).
  • Add support for alternative text customization (both template tags and API).
  • Add support for CSS classes injection (both template tags and API).
  • Reorganize and improve documentation.

Full Changelog: 4.0.1...4.1.0