Skip to content

Commit d4445f6

Browse files
committed
fixup! Add tests and changelog for auditlog sortkey columns
Update changelog to reflect v2 API instead of breaking change
1 parent 90a66a6 commit d4445f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

changelog.d/3757.changed.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
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.
22

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-
53
**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

Comments
 (0)