-
Notifications
You must be signed in to change notification settings - Fork 0
django-auditlog issues, resolve upstream or fork? #377
Copy link
Copy link
Open
Description
robinharms
opened on Jun 7, 2026
Issue body actions
- N1-problems on create - it uses post_save and creates a new object per save. (Solution: Create objects at the end of the transaction with bulk create)
- Doesn't read bulk-create, can that be solved?
- Stores a lot of unneeded data. (User email!?) And repr of obj!?
- The changes-field stores repr rather than object data. (There should be hooks to handle this instead.)
- Relation to user via actor will be blank if user is removed. (Solution: use int field with index, value with persist.)
- There's really no reason to save previous value, as long as the older records are intact.
Reactions are currently unavailable
Activity
Metadata
Metadata
Assignees
Labels
No labels