This is very simple application that provides admin class for Django's LogEntry
model.
If you want to view changes made by concrete staff user this app is for you.
Insert adminstat
in your INSTALLED_APPS
and grant permissions for users who can view statistics. Permissions called like admin.can_***_logentry
.
Look at the result in django admin page.