#29805: no documentation for changing django admin breadcrumbs
-------------------------------------+-------------------------------------
               Reporter:  Ben        |          Owner:  nobody
  Tiessen                            |
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  2.1
  contrib.admin                      |       Keywords:  breadcrumbs
               Severity:  Normal     |  pagination
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29805>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.53f34a4845d91821a2a95be1d06aef7d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to