Re: [Django] #28303: IntegerField & NumberInput widget localize max_value when rendering form field

2017-06-17 Thread Django
#28303: IntegerField & NumberInput widget localize max_value when rendering form
field
-+
 Reporter:  Richard Owen |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.11
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+

Comment (by Tim Graham ):

 In [changeset:"f0ec88fb63f39db38ab027477167f9d7a7ea151c" f0ec88fb]:
 {{{
 #!CommitTicketReference repository=""
 revision="f0ec88fb63f39db38ab027477167f9d7a7ea151c"
 [1.11.x] Fixed #28303 -- Prevented localization of attribute values in the
 DTL attrs.html widget template.

 Backport of 3b050fd0d0b8dbf499bdb44ce12fa926298c0bd0 from master
 }}}

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.0b8b30744552d5aea688327556607d7f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28303: IntegerField & NumberInput widget localize max_value when rendering form field

2017-06-17 Thread Django
#28303: IntegerField & NumberInput widget localize max_value when rendering form
field
-+
 Reporter:  Richard Owen |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.11
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by GitHub ):

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


Comment:

 In [changeset:"3b050fd0d0b8dbf499bdb44ce12fa926298c0bd0" 3b050fd]:
 {{{
 #!CommitTicketReference repository=""
 revision="3b050fd0d0b8dbf499bdb44ce12fa926298c0bd0"
 Fixed #28303 -- Prevented localization of attribute values in the DTL
 attrs.html widget template.
 }}}

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.3e55072acdad064ae836009ea5764945%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28303: IntegerField & NumberInput widget localize max_value when rendering form field

2017-06-14 Thread Django
#28303: IntegerField & NumberInput widget localize max_value when rendering form
field
-+
 Reporter:  Richard Owen |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.11
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Tim Graham):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/8639 PR]

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.14e5d187bd904410eaa477b3cf83fd55%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28303: IntegerField & NumberInput widget localize max_value when rendering form field

2017-06-13 Thread Django
#28303: IntegerField & NumberInput widget localize max_value when rendering form
field
-+
 Reporter:  Richard Owen |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.11
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by Tim Graham):

 * severity:  Normal => Release blocker
 * stage:  Unreviewed => Accepted


Comment:

 581879a510e58841e5780a5d1fdb4995733d2036 fixed a similar issue and might
 be a useful template for developing a patch.

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.887b7ef3cf95ee82088d5c5e87c8bd56%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28303: IntegerField & NumberInput widget localize max_value when rendering form field

2017-06-13 Thread Django
#28303: IntegerField & NumberInput widget localize max_value when rendering form
field
+
   Reporter:  Richard Owen  |  Owner:  nobody
   Type:  Bug   | Status:  new
  Component:  Forms |Version:  1.11
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  0 |
+
 This issue is a change / regression in Django 1.11. It works correctly
 with Django 1.10. Tested on Django 1.11.2 and Python 2.7.13.

 == Reproduction Steps

 1. Enable the following settings:

 {{{
 USE_L10N = True
 USE_THOUSAND_SEPARATOR = True
 }}}

 2. Create a form with an IntegerField with a large max_value set:

 {{{
 class TestForm(forms.Form):
 integer_field = forms.IntegerField(max_value=99)
 }}}

 == Expected Result
 Form is rendered as
 {{{
 
 }}}

 == Actual Result
 Form is rendered as
 {{{
 
 }}}

 Note the comma separator in the max attribute on the input.

 Internet Explorer 11 treats this field as having a max attribute of 999.
 So entering a value of 1000 in the field prevents the user from submitting
 the form.

--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.c325c9a0ba65e42eff4448141fd64401%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.