pedrogut

Results 1 comments of pedrogut

Found a good solution in this [comment](https://github.com/jazzband/django-auditlog/issues/115#issuecomment-572278206). I changed the `is_authenticated(request.user)` line to `request.user.is_authenticated` (since `auditlog.compat` is no longer included in the package, and the function was only used for...