#17804: Django Admin's input for BigIntegerField should be larger
-------------------------------+--------------------
     Reporter:  Adys           |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  1.3
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 BigIntegerField's input is of class vIntegerField which defines width as
 5em; that's appropriate for a 32-bit int, but not for a 64-bit one. It
 should have a width of 10em.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17804>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to