#36554: When the object __str__ is long, the object title is truncated in
TabularInline.
-------------------------------+------------------------------------
Reporter: Antoliny | Owner: (none)
Type: Bug | Status: new
Component: contrib.admin | Version: 5.2
Severity: Normal | Resolution:
Keywords: inline | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------+------------------------------------
Changes (by Sarah Boyce):
* stage: Unreviewed => Accepted
* summary:
When the object __str__ is long, the text is truncated in
TabularInline.
=>
When the object __str__ is long, the object title is truncated in
TabularInline.
Comment:
I think the title can have a "..." when truncating so that folks know that
the title has been truncated and the change button should always be
available
--
Ticket URL: <
https://code.djangoproject.com/ticket/36554#comment:5>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.