Django 1.8.19 release notes

    Django 1.8.19 fixes two security issues in 1.18.18.

    The problematic regular expression is replaced with parsing logic that behaves similarly.

    CVE-2018-7537: Denial-of-service possibility in truncatechars_html and truncatewords_html template filters

    The backtracking problem in the regular expression is fixed.