8000 feat: Improved delete page confirmation message by fsbraun · Pull Request #8070 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

feat: Improved delete page confirmation message #8070

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 11 commits into from
Dec 1, 2024
Prev Previous commit
Next Next commit
Fix py3.9 type annotation
  • Loading branch information
Github Release Action committed Nov 6, 2024
commit 58c46f8200e76960474a18273aa1904cd91b5dc5
2 changes: 2 additions & 0 deletions cms/admin/pageadmin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import json
import re
from collections import namedtuple
Expand Down
0