8000 fix: some Django antipatterns by jrief · Pull Request #7867 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: some Django antipatterns #7867

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 7 commits into from
Apr 20, 2024
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 pageadmin.py
remove unused import
  • Loading branch information
jrief authored Apr 10, 2024
commit b9941198dfd08f215b166e0e7481b94d6ef2a1fd
1 change: 0 additions & 1 deletion cms/admin/pageadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from django.db import transaction
from django.db.models import Prefetch, Q
from django.db.models.query import QuerySet
from django.db.utils import IntegrityError
from django.forms.fields import IntegerField
from django.http import (
Http404,
Expand Down
0