#29426: UUID fields display poorly in the admin
------------------------------------------------+------------------------
               Reporter:  Aymeric Augustin      |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  contrib.admin         |        Version:  2.0
               Severity:  Normal                |       Keywords:  uuid
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 As shown in the attached screenshot:

 - The text input for a UUID field in the admin is too narrow to display
 the entire UUID. Adding `class="vTextField"` solves the issue — even
 though that doesn't sound like the greatest semantic markup.
 - I would find it more readable if the admin showed UUIDs with dashes,
 like `str(uuid)` in Python. (Depending on what's need to make that change,
 it may raise backwards compatibility questions.)

 The second screenshot shows what I'd like the field to look like.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29426>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.998c4d069d9d741ead27a5189bbeeec9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to