django-components/tests
rbeard0330 e3c9ac76ce
Fix infinite recursion bug (fixes #68) (#74)
* Add regression test for recursion bug, #68

* Only allow slots to access slot nodelists provided to their immediate parent component to prevent infinite recursions.

* Fix import ordering bug in test

* Add slot.super to docs

Remove unused imports

* Bump version

Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2021-07-06 11:56:49 -04:00
..
templates Rework slot management to avoid nodelist copying (fixes #64) 2021-05-30 18:46:11 +02:00
__init__.py A simple ComponentRegistry to store components. 2015-06-11 20:42:16 +02:00
django_test_setup.py Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00
test_component.py Fix infinite recursion bug (fixes #68) (#74) 2021-07-06 11:56:49 -04:00
test_context.py Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00
test_dependency_rendering.py Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00
test_registry.py Rename duplicate ComponentRegistryTest. 2021-03-10 12:25:28 +01:00
test_templatetags.py Fix infinite recursion bug (fixes #68) (#74) 2021-07-06 11:56:49 -04:00
testutils.py Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00