diff --git a/rest_framework-stubs/templatetags/rest_framework.pyi b/rest_framework-stubs/templatetags/rest_framework.pyi index eaf0f54d0..eb13a7d80 100644 --- a/rest_framework-stubs/templatetags/rest_framework.pyi +++ b/rest_framework-stubs/templatetags/rest_framework.pyi @@ -45,6 +45,3 @@ simple_url_2_re: Any simple_email_re: Any def smart_urlquote_wrapper(matched_url: Any) -> Incomplete: ... -def urlize_quoted_links( - text: Any, trim_url_limit: Any | None = ..., nofollow: bool = ..., autoescape: bool = ... -) -> Incomplete: ... diff --git a/scripts/stubtest/allowlist_todo.txt b/scripts/stubtest/allowlist_todo.txt index 4708d9feb..f112e4c33 100644 --- a/scripts/stubtest/allowlist_todo.txt +++ b/scripts/stubtest/allowlist_todo.txt @@ -94,7 +94,6 @@ rest_framework.serializers.UnsupportedMediaType rest_framework.serializers.empty rest_framework.settings.DefaultsSettings rest_framework.settings.api_settings -rest_framework.templatetags.rest_framework.urlize_quoted_links rest_framework.test.CoreAPIClient rest_framework.test.APIClient.options rest_framework.test.RequestsClient.__init__