django-components/src/django_components
2025-08-15 09:26:08 +02:00
..
commands refactor: in components ext run, display only those extensions that actually have subcommands (#1251) 2025-06-10 11:11:24 +02:00
compat feat: component URL (#1088) 2025-04-07 10:44:41 +02:00
components refactor: fix some links, fix restart loop on file change of mkdocs serve (#1342) 2025-08-15 09:26:08 +02:00
extensions refactor: Fix #1277 + Cache components' JS/CSS scripts at class creation (#1283) 2025-07-03 12:27:21 +02:00
management feat: allow extensions to add commands (#1017) 2025-03-16 12:03:16 +01:00
perfutil feat: on_render (#1231) 2025-06-04 19:30:03 +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 Patch TemplateProxy to restore compatibility with template_partials (#1328) 2025-08-14 11:00:56 +02:00
__init__.py feat: on_render (#1231) 2025-06-04 19:30:03 +02:00
app_settings.py refactor: fix some links, fix restart loop on file change of mkdocs serve (#1342) 2025-08-15 09:26:08 +02:00
apps.py Patch TemplateProxy to restore compatibility with template_partials (#1328) 2025-08-14 11:00:56 +02:00
attributes.py feat: on_slot_rendered extension hook + refactor debug highlight as extension (#1209) 2025-05-25 11:20:32 +02:00
autodiscovery.py feat: add decorator for writing component tests (#1008) 2025-03-02 19:46:12 +01:00
cache.py refactor: Fix #1277 + Cache components' JS/CSS scripts at class creation (#1283) 2025-07-03 12:27:21 +02:00
component.py feat: render fragments without document strategy (#1339) 2025-08-14 11:33:31 +02:00
component_media.py feat: on_xx_loaded extension hooks (#1242) 2025-06-08 17:28:10 +02:00
component_registry.py refactor: fix some links, fix restart loop on file change of mkdocs serve (#1342) 2025-08-15 09:26:08 +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 feat: render fragments without document strategy (#1339) 2025-08-14 11:33:31 +02:00
expression.py feat: add decorator for writing component tests (#1008) 2025-03-02 19:46:12 +01:00
extension.py refactor: fix some links, fix restart loop on file change of mkdocs serve (#1342) 2025-08-15 09:26:08 +02:00
finders.py refactor: fix compat with Django 5.2 Finder.find() (#1121) 2025-04-12 09:35:33 +02:00
library.py refactor: fix some links, fix restart loop on file change of mkdocs serve (#1342) 2025-08-15 09:26:08 +02:00
node.py refactor: Add Node metadata (#1229) 2025-06-03 12:58:48 +02:00
provide.py refactor: Add Node metadata (#1229) 2025-06-03 12:58:48 +02:00
py.typed chore: use src layout 2024-03-29 07:50:10 +01:00
slots.py feat: on_xx_loaded extension hooks (#1242) 2025-06-08 17:28:10 +02:00
tag_formatter.py docs: docstrings, fundamentals, and minor changes (#1145) 2025-04-24 12:47:04 +02:00
template.py fix: Fix bug where JS and CSS were missing when {% component %} tag was inside {% include %} tag (#1300) 2025-07-20 23:42:59 +02:00
template_loader.py refactor: deprecate template caching, get_template_name, get_template, assoc template with Comp cls (#1222) 2025-06-01 19:20:22 +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 feat: allow extensions to add url views (#1025) 2025-03-17 08:36:47 +01:00