django-components/src/django_components
2025-10-20 21:20:41 +00:00
..
commands refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
compat refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
components refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
extensions refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
management feat: allow extensions to add commands (#1017) 2025-03-16 12:03:16 +01:00
perfutil refactor: use lamba with yield in Component.on_render() (#1428) 2025-10-03 18:19:21 +02:00
static/django_components feat: render fragments without document strategy (#1339) 2025-08-14 11:33:31 +02:00
templatetags chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
util refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
__init__.py refactor: add ErrorFallback (#1433) 2025-10-04 09:07:29 +02:00
app_settings.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
apps.py refactor: fix djc not working when not among built-ins (#1439) 2025-10-06 11:03:38 +02:00
attributes.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
autodiscovery.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
cache.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
component.py refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
component_media.py refactor: ruff - underscore unused vars (#1372) 2025-09-10 22:06:47 +02:00
component_registry.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
constants.py refactor: prefix component ID with c (#1127) 2025-04-14 12:01:16 +02:00
context.py feat: on_xx_loaded extension hooks (#1242) 2025-06-08 17:28:10 +02:00
dependencies.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
expression.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
extension.py refactor: allow to call Component.inject() outside of render (#1414) 2025-09-29 14:53:01 +02:00
finders.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
library.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
node.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
provide.py refactor: allow to call Component.inject() outside of render (#1414) 2025-09-29 14:53:01 +02:00
py.typed chore: use src layout 2024-03-29 07:50:10 +01:00
slots.py refactor: make it optional having to specify parent class of Args, Kwargs, Slots, etc 2025-10-20 21:20:41 +00:00
tag_formatter.py refactor: ruff - underscore unused vars (#1372) 2025-09-10 22:06:47 +02:00
template.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
template_loader.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00
testing.py feat: add decorator for writing component tests (#1008) 2025-03-02 19:46:12 +01:00
types.py refactor: change component typing from generics to class attributes (#1138) 2025-04-20 22:05:29 +02:00
urls.py refactor: replace isort, black and flake8 with ruff (#1346) 2025-09-10 14:06:53 +02:00