mirror of
https://github.com/django/django.git
synced 2025-02-28 19:44:35 +00:00
Urlizer was not properly encoding email addresses containing punctuation in generated mailto links. Per RFC 6068, fixed by percent encoding (urllib.parse.quote) the local and domain address parts.