Re: [Django] #17804: Django Admin's input for BigIntegerField should be larger

2012-06-05 Thread Django
#17804: Django Admin's input for BigIntegerField should be larger
---+
 Reporter:  Adys   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  1.3
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  1
---+
Changes (by Honza Král <Honza.Kral@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [4db34e7b4fabe4f70bce9429ee9814eb6168dc72]:
 {{{
 #!CommitTicketReference repository=""
 revision="4db34e7b4fabe4f70bce9429ee9814eb6168dc72"
 Merge pull request #112 from bohyn/master

 Django Admin's input for BigIntegerField should be larger, Fixes #17804
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17804#comment:2>
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.



Re: [Django] #17804: Django Admin's input for BigIntegerField should be larger

2012-03-02 Thread Django
#17804: Django Admin's input for BigIntegerField should be larger
---+
 Reporter:  Adys   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admin  |  Version:  1.3
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  1
---+
Changes (by jezdez):

 * needs_better_patch:   => 0
 * component:  Uncategorized => contrib.admin
 * needs_tests:   => 0
 * needs_docs:   => 0
 * ui_ux:  0 => 1
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


-- 
Ticket URL: <https://code.djangoproject.com/ticket/17804#comment:1>
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.



[Django] #17804: Django Admin's input for BigIntegerField should be larger

2012-03-01 Thread Django
#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.