django-components/src/django_components
Juro Oravec ccf02fa316
chore: util to manage URLs in the codebase (#1179)
* chore: util to manage URLs in the codebase

* docs: mentiion validate_links and supported_versions in docs

* refactor: fix linter errors
2025-05-11 14:59:34 +02:00
..
commands chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
compat feat: component URL (#1088) 2025-04-07 10:44:41 +02:00
components refactor: remove middleware, add strategy "raw", and call render_deps() from within Template.render() (#1166) 2025-05-06 21:36:41 +02:00
extensions refactor: change caching methods to accept slots + typing fixes (#1173) 2025-05-09 10:19:34 +02:00
management feat: allow extensions to add commands (#1017) 2025-03-16 12:03:16 +01:00
perfutil refactor: change component typing from generics to class attributes (#1138) 2025-04-20 22:05:29 +02:00
static/django_components refactor: Backbone for passing JS and CSS variables (#861) 2024-12-28 19:27:19 +01:00
templatetags chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
util chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
__init__.py refactor: remove middleware, add strategy "raw", and call render_deps() from within Template.render() (#1166) 2025-05-06 21:36:41 +02:00
app_settings.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
apps.py feat: extensions (#1009) 2025-03-08 09:41:28 +01:00
attributes.py feat: granular handling of class and style in {% html_attrs %} (#1066) 2025-03-24 17:35:12 +01:00
autodiscovery.py feat: add decorator for writing component tests (#1008) 2025-03-02 19:46:12 +01:00
cache.py feat: benchmarking (#999) 2025-02-23 16:18:57 +01:00
component.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
component_media.py refactor: Update docs and tests to use get_template_data() (#1161) 2025-05-03 12:04:10 +02:00
component_registry.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
constants.py refactor: prefix component ID with c (#1127) 2025-04-14 12:01:16 +02:00
context.py refactor: remove middleware, add strategy "raw", and call render_deps() from within Template.render() (#1166) 2025-05-06 21:36:41 +02:00
dependencies.py refactor: remove middleware, add strategy "raw", and call render_deps() from within Template.render() (#1166) 2025-05-06 21:36:41 +02:00
expression.py feat: add decorator for writing component tests (#1008) 2025-03-02 19:46:12 +01:00
extension.py refactor: change caching methods to accept slots + typing fixes (#1173) 2025-05-09 10:19:34 +02:00
finders.py refactor: fix compat with Django 5.2 Finder.find() (#1121) 2025-04-12 09:35:33 +02:00
library.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
node.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
provide.py refactor: Update docs and tests to use get_template_data() (#1161) 2025-05-03 12:04:10 +02:00
py.typed chore: use src layout 2024-03-29 07:50:10 +01:00
slots.py refactor: remove middleware, add strategy "raw", and call render_deps() from within Template.render() (#1166) 2025-05-06 21:36:41 +02:00
tag_formatter.py docs: docstrings, fundamentals, and minor changes (#1145) 2025-04-24 12:47:04 +02:00
template.py chore: util to manage URLs in the codebase (#1179) 2025-05-11 14:59:34 +02:00
template_loader.py chore: Push dev to master to release v0.110 (#767) 2024-11-25 09:41:57 +01: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