vvangelovski / django-audit-log

Audit log for your Django models
Other
232 stars 93 forks source link

action_user / action_user_id always blank #6

Closed dundeemt closed 13 years ago

dundeemt commented 13 years ago

Running into an issue, I can confirm that user is logged in (me) and when edit is made and logged without error. However, the action_user /action_user_id is always blank. This should only occur if user is annonymouss, correct?

Where should I start looking? I've reviewed the code and it appears as the fields.py is the interesting bit, but not sure where to start.

Best,

Jeff

dundeemt commented 13 years ago

mark down as user error -- While I thought I had created the middleware statement in the settings, I had not. Once I had properly followed directions/docs, things worked as expected.

Sorry for the noise.