django-components/tests/templates
Oliver Haas e0b718c314
test: test to illustrate bug in component caching when using include tag (#1135)
* test: test to illustrate bug in component caching when using include tag

* fix: add cleanup for render context in component rendering

* refactor: clarify cleanup comment in component rendering logic

* refactor: fix linter errors

* test: formatting and unnecessary test setup

---------

Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2025-04-20 11:53:06 +02:00
..
block.html tests: add inline syntax highlight, inline template files 2024-05-02 22:33:02 +02:00
block_in_component.html tests: add inline syntax highlight, inline template files 2024-05-02 22:33:02 +02:00
block_in_component_parent.html fix: compat with block tag in django mode (#511) 2024-05-30 08:34:58 +02:00
block_in_component_provide.html feat: dependency injection with inject/provide (#506) 2024-06-01 10:51:21 +02:00
block_in_slot_in_component.html fix: loader tags compatibility (#468) 2024-05-02 22:24:49 +02:00
blocked_and_slotted_template.html fix: TemplateDoesNotExist when using {% extends %} on main template and two components with same parent template (#862) 2024-12-23 12:58:03 +01:00
blocked_and_slotted_template_2.html fix: TemplateDoesNotExist when using {% extends %} on main template and two components with same parent template (#862) 2024-12-23 12:58:03 +01:00
dynamic_svg1.svg tests: add inline syntax highlight, inline template files 2024-05-02 22:33:02 +02:00
dynamic_svg2.svg tests: add inline syntax highlight, inline template files 2024-05-02 22:33:02 +02:00
included.html fix: TemplateDoesNotExist when using {% extends %} on main template and two components with same parent template (#862) 2024-12-23 12:58:03 +01:00
inject.html feat: dependency injection with inject/provide (#506) 2024-06-01 10:51:21 +02:00
mdn_complete_page.html Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
relative_extends.html Bug : Relative path in extends and include does not work when using template_file (#976) 2025-02-16 13:29:37 +01:00
simple_template.html Add render() and render_dependencies() to Compoent. 2015-06-12 22:15:09 +02:00
slot_inside_block.html fix: loader tags compatibility (#468) 2024-05-02 22:24:49 +02:00
slotted_template.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
test_cached_component_inside_include_base.html test: test to illustrate bug in component caching when using include tag (#1135) 2025-04-20 11:53:06 +02:00
test_cached_component_inside_include_sub.html test: test to illustrate bug in component caching when using include tag (#1135) 2025-04-20 11:53:06 +02:00