Re: [Django] #18800: Template cannot format integers bigger than maximum float

2012-09-18 Thread Django
#18800: Template cannot format integers bigger than maximum float
-+
 Reporter:  jbvsmo@… |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.4
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  float, long  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+
Changes (by Florian Apolloner ):

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


Comment:

 In [changeset:"319e1355190d414ee1b095b26fbb494cf9a27578"]:
 {{{
 #!CommitTicketReference repository=""
 revision="319e1355190d414ee1b095b26fbb494cf9a27578"
 Fixed #18800 -- Support numbers bigger than max float in `numberformat`.

 Thanks to jbvsmo for the patch and Brad Pitcher for the tests.
 }}}

-- 
Ticket URL: 
Django 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #18800: Template cannot format integers bigger than maximum float

2012-09-08 Thread Django
#18800: Template cannot format integers bigger than maximum float
-+
 Reporter:  jbvsmo@… |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Template system  |  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:  float, long  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+
Changes (by bradpitcher):

 * cc: bradpitcher@… (added)
 * needs_better_patch:  1 => 0
 * status:  assigned => new
 * owner:  bradpitcher => nobody
 * needs_tests:  1 => 0


Comment:

 Pull request with tests here: https://github.com/django/django/pull/358

-- 
Ticket URL: 
Django 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #18800: Template cannot format integers bigger than maximum float

2012-09-08 Thread Django
#18800: Template cannot format integers bigger than maximum float
-+---
 Reporter:  jbvsmo@… |Owner:  bradpitcher
 Type:  Bug  |   Status:  assigned
Component:  Template system  |  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:  float, long  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  1|UI/UX:  0
-+---
Changes (by bradpitcher):

 * owner:  nobody => bradpitcher
 * status:  new => assigned


-- 
Ticket URL: 
Django 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #18800: Template cannot format integers bigger than maximum float

2012-09-07 Thread Django
#18800: Template cannot format integers bigger than maximum float
-+
 Reporter:  jbvsmo@… |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Template system  |  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:  float, long  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  1|UI/UX:  0
-+
Changes (by jwmayfield):

 * cc: jason@… (added)


-- 
Ticket URL: 
Django 
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 https://groups.google.com/groups/opt_out.




Re: [Django] #18800: Template cannot format integers bigger than maximum float

2012-09-07 Thread Django
#18800: Template cannot format integers bigger than maximum float
-+
 Reporter:  jbvsmo@… |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Template system  |  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:  float, long  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  1|UI/UX:  0
-+
Changes (by jwmayfield):

 * needs_better_patch:   => 1
 * stage:  Unreviewed => Accepted
 * easy:  0 => 1
 * needs_tests:   => 1
 * needs_docs:   => 0


Comment:

 I can confirm that passing in a number that's larger than
 sys.float_info.max does cause the django.utils.numberformat.format
 function to throw an exception.  The patch needs to be updated with
 standard relative directory rather than the Windows-based directory that's
 on it now.  Also needs a unit test.

-- 
Ticket URL: 
Django 
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 https://groups.google.com/groups/opt_out.