File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
django-stubs/template/backends Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class DjangoTemplates(BaseEngine):
1515
1616def copy_exception (exc : TemplateDoesNotExist , backend : DjangoTemplates | None = ...) -> TemplateDoesNotExist : ...
1717def reraise (exc : TemplateDoesNotExist , backend : DjangoTemplates ) -> NoReturn : ...
18+ def get_template_tag_modules () -> Iterator [tuple [str , str ]]: ...
1819def get_installed_libraries () -> dict [str , str ]: ...
1920def get_package_libraries (pkg : Any ) -> Iterator [str ]: ...
2021
Original file line number Diff line number Diff line change @@ -1340,7 +1340,6 @@ django.template.Library.filter_function
13401340django.template.Library.simple_tag
13411341django.template.Node.__iter__
13421342django.template.VariableDoesNotExist.__init__
1343- django.template.backends.django.get_template_tag_modules
13441343django.template.base.Context
13451344django.template.base.FilterExpression.is_var
13461345django.template.base.Node.__iter__
You can’t perform that action at this time.
0 commit comments