﻿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
29805	Add documentation for changing admin breadcrumbs	Ben Tiessen	nobody	"There is no documentation how to change the represented value of the breadcrumb object selected in the django admin panel.

For example if you have a model named Project and an admin model named ProjectAdmin associated with eachother clicking on a project object will display it as a Object(1) inside of the breadcrumbs. You can find the breadcrumbs by the id of #breadcrumbs in the html code generated.

The documentation does mention something related to list_display using the __str__ method but its not clear that it affects the breadcrumbs:
https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display

But it is documented on stack overflow.
https://stackoverflow.com/questions/29286783/breadcrumb-displaying-object-name-object-in-adminmodel-editor

"	New feature	closed	Documentation	2.1	Normal	wontfix	breadcrumbs pagination	Vishvajit Pathak	Unreviewed	0	0	0	0	1	0
