Skip to content

Commit 4738495

Browse files
authored
Remove non-existant function templatetags.rest_framework.urlize_quoted_links() (#699)
1 parent c0116c2 commit 4738495

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rest_framework-stubs/templatetags/rest_framework.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ simple_url_2_re: Any
4545
simple_email_re: Any
4646

4747
def smart_urlquote_wrapper(matched_url: Any) -> Incomplete: ...
48-
def urlize_quoted_links(
49-
text: Any, trim_url_limit: Any | None = ..., nofollow: bool = ..., autoescape: bool = ...
50-
) -> Incomplete: ...

scripts/stubtest/allowlist_todo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ rest_framework.serializers.UnsupportedMediaType
9494
rest_framework.serializers.empty
9595
rest_framework.settings.DefaultsSettings
9696
rest_framework.settings.api_settings
97-
rest_framework.templatetags.rest_framework.urlize_quoted_links
9897
rest_framework.test.CoreAPIClient
9998
rest_framework.test.APIClient.options
10099
rest_framework.test.RequestsClient.__init__

0 commit comments

Comments
 (0)