mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-14 18:43:11 +00:00
* Disable on raw save prototype * Contextmanager to disable instead of just raw - so we can catch m2m relations too Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
15 lines
No EOL
231 B
JSON
15 lines
No EOL
231 B
JSON
[
|
|
{
|
|
"model": "auditlog_tests.manyrelatedmodel",
|
|
"pk": 1,
|
|
"fields": {
|
|
"recursive": [1],
|
|
"related": [1]
|
|
}
|
|
},
|
|
{
|
|
"model": "auditlog_tests.manyrelatedothermodel",
|
|
"pk": 1,
|
|
"fields": {}
|
|
}
|
|
] |