Skip to content

Commit

Permalink
refactor: move the utils from component_tags to util.template_tag (#899)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
JuroOravec and pre-commit-ci[bot] authored Jan 9, 2025
1 parent a79b24b commit ba0f9e6
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 576 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

from django_components import ComponentVars, TagFormatterABC
from django_components.component import Component
from django_components.templatetags.component_tags import TagSpec
from django_components.util.misc import get_import_path
from django_components.util.template_tag import TagSpec

# NOTE: This file is an entrypoint for the `gen-files` plugin in `mkdocs.yml`.
# However, `gen-files` plugin runs this file as a script, NOT as a module.
Expand Down
Loading

0 comments on commit ba0f9e6

Please sign in to comment.