pypi pylint-django 2.8.0
Version 2.8.0 (11 Jul 2026)

4 hours ago

New checks

  • Added format-html-interpolation (W5150) and mark-safe-interpolation (W5151) checks which warn when the format string of format_html() / format_html_join() or the argument of mark_safe() is built with an f-string, str.format(), %-formatting or + concatenation. Such values bypass Django's HTML escaping; pass them as arguments instead.

Other

  • CI now tests against Django 6.0

Don't miss a new pylint-django release

NewReleases is sending notifications on new releases.