Reproduction of jazzband/django-auditlog/issues/685
- Clone this repo (database included)
pipenv install(or userequirements.txtas desired)- Run django server:
pipenv run python manange.py runserver - Navigate to http://127.0.0.1:8001/admin/
- Log in with credentials
admin/admin - Navigate to http://127.0.0.1:8001/admin/things/food/add/
- Add a food with a name and tag
- Navigate to http://127.0.0.1:8001/admin/auditlog/logentry/
- Note the
updateaudit log assoictaed with the added Food is duplicated.