mirror of
https://github.com/django/django.git
synced 2025-03-13 10:50:55 +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.