Changes between Initial Version and Version 2 of Ticket #35941
- Timestamp:
- Nov 26, 2024, 8:04:48 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35941
- Property Triage Stage Unreviewed → Accepted
-
Ticket #35941 – Description
initial v2 22 22 Django admin's `LogEntry` has its own implementation of "generic foreign keys". 23 23 The approach we take with `GenericForeignKey` should also apply to `LogEntry`. 24 25 If someone has a better proposal or feedback on my proposal I would be happy to hear it.