summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorMike Edmunds <medmunds@gmail.com>2024-12-14 16:54:42 -0800
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-23 10:38:15 +0100
commit29ba75e6e57414f0e6f9528d08a520b8b931fb28 (patch)
tree59757ea3ef4cb0cffa14ee1a499209c83e982110 /AUTHORS
parent23c960a98e0d054d51dadda7049a54a083ef1155 (diff)
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
Removed obsolete and potentially problematic IDNA 2003 ("punycode") encoding of international domain names in smart_urlquote() and Urlizer, which are used (only) by AdminURLFieldWidget and the urlize/urlizetrunc template filters. Changed to use percent-encoded UTF-8, which defers IDNA details to the browser (like other URLs rendered by Django).
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c9a26fa6c8..9d8956bda0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -735,6 +735,7 @@ answer newbie questions, and generally made Django that much better:
Mihai Preda <mihai_preda@yahoo.com>
Mikaƫl Barbero <mikael.barbero nospam at nospam free.fr>
Mike Axiak <axiak@mit.edu>
+ Mike Edmunds <medmunds@gmail.com>
Mike Grouchy <https://mikegrouchy.com/>
Mike Malone <mjmalone@gmail.com>
Mike Richardson