When adding data (I use PostgreSQL):
"django_admin_log" is inserted as shown below. *These below are the PostgreSQL query logs and you can check how to log PostgreSQL queries:
And, when changing data:
"django_admin_log" is inserted as shown below:
And, when clicking Delete on Change
page:
Then, clicking Yes, I'm sure to delete data:
"django_admin_log" is inserted as shown below:
So, what is "django_admin_log" used for in Django Admin?