mirror of
https://github.com/django/django.git
synced 2025-03-09 17:02:43 +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.