feat: allow extensions to add url views (#1025)

* feat: allow extensions to add url views

* refactor: fix linter errors
This commit is contained in:
Juro Oravec 2025-03-17 08:36:47 +01:00 committed by GitHub
parent d3d2d0ab08
commit 12a64f8e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 443 additions and 76 deletions

View file

@ -35,6 +35,10 @@
options:
show_if_no_docstring: true
::: django_components.ComponentCommand
options:
show_if_no_docstring: true
::: django_components.ComponentExtension
options:
show_if_no_docstring: true
@ -63,10 +67,6 @@
options:
show_if_no_docstring: true
::: django_components.ComponentCommand
options:
show_if_no_docstring: true
::: django_components.ComponentsSettings
options:
show_if_no_docstring: true
@ -147,6 +147,14 @@
options:
show_if_no_docstring: true
::: django_components.URLRoute
options:
show_if_no_docstring: true
::: django_components.URLRouteHandler
options:
show_if_no_docstring: true
::: django_components.autodiscover
options:
show_if_no_docstring: true
@ -182,4 +190,3 @@
::: django_components.template_tag
options:
show_if_no_docstring: true