#36780: Some minor and major issues with django admin ui.
-------------------------------+--------------------------------------
Reporter: Kartik | Owner: (none)
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: 6.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Antoliny):
* resolution: => invalid
* status: new => closed
Comment:
Thank you for reporting this :)
> Uneccessary margin or padding between page title and add block.
This change was made to fix the issue where the object-tools overlap the
title when the object’s `__str__` is long(#36055 ).
I’m not sure that adjusting the current margin and padding provides enough
benefit to justify changing them.
If you feel that a change is needed, could you please provide a more
detailed explanation?
> prepopulated_field not working in object change.
The behavior of `prepopulated_fields` is intentional. Please see this
[
https://docs.djangoproject.com/en/6.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.prepopulated_fields
documentation].
> Advice: Can you remove link underlining, it looks awful.
The underline on links is an accessibility improvement for users who can’t
distinguish links by color alone.(#34917)
> Need clear explanation: Where to look for django tasks production.
What exactly do you mean by “tasks” here?
Are you referring to the background task added in 6.0?
Could you please add a bit more explanation?
--
Ticket URL: <
https://code.djangoproject.com/ticket/36780#comment:1>