﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30034	Shows wrong user on list_display in LogEntryAdmin	Muslu Y.	nobody	"Hi all;

Logs are listed wrongly at list records on page (list_display - change_list.html). 

For example; 
Wrong user (username:muslu) in **/admin/admin/logentry/**
True user (username:admin) in **/admin/admin/logentry/1/change/**


{{{
class LogEntryAdmin(admin.ModelAdmin):
    list_display = ['content_type', 'user', 'object_repr', 'action_time']
    list_filter = ['user', 'content_type']
}}}



Django: 2.1.3
settings.AUTH_USER_MODEL: default
DATABASE_ROUTERS: at this system we are using 2 projects on different servers but we are accessing both project from one SQL server. So we use only one SQL user table. (Users are same for all projects.) (router.AuthRouter)"	Bug	new	contrib.admin	2.1	Normal		logentry, logentryadmin, list_display, wrong user		Unreviewed	0	0	0	0	0	0
