I need to have current user information in a model's save()
overwrite for logging purposes.
I am writing a log entry when an instant saved. In that record I need to have current user as well. Saving can occur in a regular view, where I can have access to a request, however I cannot access to a request while in a admin session.
Am I missing something?