in my Django admin interface if I delete something it leads to default Django admin deletion page. In that page under objects category can we delete any object message or make changes in it? I have provided with the image!!
Asked
Active
Viewed 162 times
0

Sahil Suri
- 33
- 8
1 Answers
1
You should override Django admin delete_selected_confirmation.html
template (source) by following documentation

iklinac
- 14,944
- 4
- 28
- 30