mirror of
https://github.com/django-components/django-components.git
synced 2025-09-27 07:59:08 +00:00
feat: expose _class_hash as class_id (#1094)
* feat: expose _class_hash as class_id * refactor: fix linting
This commit is contained in:
parent
a49f5e51dd
commit
bb5de86b69
13 changed files with 141 additions and 82 deletions
|
@ -119,6 +119,10 @@
|
|||
options:
|
||||
show_if_no_docstring: true
|
||||
|
||||
::: django_components.get_component_by_class_id
|
||||
options:
|
||||
show_if_no_docstring: true
|
||||
|
||||
::: django_components.get_component_dirs
|
||||
options:
|
||||
show_if_no_docstring: true
|
||||
|
|
|
@ -22,6 +22,6 @@ urlpatterns = [
|
|||
## List of URLs
|
||||
|
||||
|
||||
- `components/cache/<str:comp_cls_hash>.<str:input_hash>.<str:script_type>`
|
||||
- `components/cache/<str:comp_cls_id>.<str:input_hash>.<str:script_type>`
|
||||
|
||||
- `components/cache/<str:comp_cls_hash>.<str:script_type>`
|
||||
- `components/cache/<str:comp_cls_id>.<str:script_type>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue