add warning to documentation

This commit is contained in:
fabianallendorf 2025-11-27 11:22:49 +01:00
parent b3a335c04e
commit 5ad5403772

View file

@ -469,6 +469,14 @@ After:
You can use this option to enable the legacy behavior.
.. warning::
This reintroduces a known issue https://github.com/jazzband/django-auditlog/issues/421
Commission Error: Causes unnecessary LogEntries even though no update occurrs because the string representation in memory changed
Omission Error: More common problem, a related object is updated to another object with the same string representation, no update is logged
Beware of these problem when enabling this setting.
.. versionadded:: 3.4.0
Actors