mirror of
https://github.com/django-components/django-components.git
synced 2025-09-19 12:19:44 +00:00
Patch TemplateProxy to restore compatibility with template_partials (#1328)
Co-authored-by: EmilStenstrom <224130+EmilStenstrom@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
This commit is contained in:
parent
e9b7470850
commit
aa14e3698d
8 changed files with 159 additions and 13 deletions
|
@ -3250,7 +3250,7 @@ class Component(metaclass=ComponentMeta):
|
|||
),
|
||||
)
|
||||
```
|
||||
""" # noqa: 501
|
||||
""" # noqa: E501
|
||||
|
||||
# TODO_v1 - Remove, superseded by `deps_strategy`
|
||||
if type is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue