You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auditlog entries now store sortable display names for actor, object, and target, enabling sorting and searching on these columns. Links to detail pages are shown when the referenced object still exists.
2
2
3
-
**BREAKING CHANGE:** The `/api/1/auditlog/` API endpoint now returns `actor`, `object`, and `target` fields as objects with `name` and `url` properties (e.g., `{"name": "admin", "url": "/useradmin/account/1/"}`) instead of plain strings. External consumers of this API will need to be updated to handle the new format.
4
-
5
3
**Note:** The database migration includes backfill operations to populate sortkey columns for existing log entries. On deployments with millions of log entries, this migration may take some time to complete.
0 commit comments