Opened 7 weeks ago

Last modified 7 weeks ago

#36079 assigned Cleanup/optimization

Size of the object's str in inline — at Version 3

Reported by: Antoliny Owned by: Antoliny
Component: contrib.admin Version: dev
Severity: Normal Keywords: Inline, Font, accessibility
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes
Pull Requests:19118 build:success

Description (last modified by Antoliny)

I feel that the str of the object positioned above the form inside the TabularInline is too small.

(There is a significant difference in the object str representation between TabularInline and StackedInline.)
I think it would be better if the size were a bit larger or matches the size of StackedInline.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (5)

by Antoliny, 7 weeks ago

comment:1 by Antoliny, 7 weeks ago

Owner: set to Antoliny
Status: newassigned

comment:2 by Antoliny, 7 weeks ago

Version: 5.1dev

by Antoliny, 7 weeks ago

Attachment: inline_object_str_diff.png added

comment:3 by Antoliny, 7 weeks ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top