8000 fix: Remove circular import in `cms.forms.validators` by fsbraun · Pull Request #8225 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: Remove circular import in cms.forms.validators #8225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cms/forms/validators.py
  • Loading branch information
fsbraun authored May 13, 2025
commit 0e5c5c277e7428601ab68335a4db56a12d02e426
1 change: 1 addition & 0 deletions cms/forms/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from cms.utils.urlutils import admin_reverse, relative_url_regex

if TYPE_CHECKING:
# Only needed for type hinting - avoid circular import
from cms.models.pagemodel import Page


Expand Down
Loading
0