We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4d051 commit e2ef0d8Copy full SHA for e2ef0d8
django-stubs/utils/html.pyi
@@ -13,6 +13,7 @@ from typing_extensions import deprecated
13
VOID_ELEMENTS: frozenset[str]
14
MAX_URL_LENGTH: int
15
MAX_STRIP_TAGS_DEPTH: int
16
+long_open_tag_without_closing_re: SimpleLazyObject
17
18
def escape(text: Any) -> SafeString: ...
19
def escapejs(value: Any) -> SafeString: ...
requirements.txt
@@ -9,7 +9,7 @@ mysqlclient==2.2.7
9
10
# Django deps:
11
psycopg2-binary
12
-Django==5.2.0
+Django==5.2.1
-e ./ext
-e .[redis,compatible-mypy,oracle]
0 commit comments