mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +00:00
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).
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_autocomplete_widget.py | ||
| tests.py | ||
| urls.py | ||
| widgetadmin.py | ||