mirror of
https://github.com/django-components/django-components.git
synced 2025-09-14 18:05:00 +00:00
Make parse_bits call backwards compatible.
This commit is contained in:
parent
9811a88904
commit
24369fce80
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ def do_component(parser, token):
|
||||||
varargs=None,
|
varargs=None,
|
||||||
varkw=[],
|
varkw=[],
|
||||||
defaults=None,
|
defaults=None,
|
||||||
kwonly=[],
|
|
||||||
kwonly_defaults=None,
|
|
||||||
takes_context=False,
|
takes_context=False,
|
||||||
name="component_block"
|
name="component_block"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue