Re: [Django] #27733: ClearableFileInput widget renders incorrectly

2017-01-14 Thread Django
#27733: ClearableFileInput widget renders incorrectly
-+-
 Reporter:  Luca De Feo  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.10
 Severity:  Normal   |   Resolution:
 |  worksforme
 Keywords:  forms widgets file   | Triage Stage:
  input  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Luca De Feo):

 I see. Thanks, and sorry for the noise.

--
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/063.747d1ad912e50651ed619963312aa823%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27733: ClearableFileInput widget renders incorrectly

2017-01-14 Thread Django
#27733: ClearableFileInput widget renders incorrectly
-+-
 Reporter:  Luca De Feo  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.10
 Severity:  Normal   |   Resolution:
 |  worksforme
 Keywords:  forms widgets file   | Triage Stage:
  input  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * resolution:  needsinfo => worksforme


Comment:

 It has been a property for a long time (or always has), but as long as it
 used in templates only, it doesn't make a big difference. What might be
 new is its usage in Python code.

--
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/063.9fdf046ae68b494eb258ab55257190ee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27733: ClearableFileInput widget renders incorrectly

2017-01-14 Thread Django
#27733: ClearableFileInput widget renders incorrectly
-+-
 Reporter:  Luca De Feo  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.10
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:  forms widgets file   | Triage Stage:
  input  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Luca De Feo):

 You are totally right. I don't know how it had been working for so long
 before. Maybe it used to be a method before 1.10?

--
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/063.19df9f82897951352bf1c2351d9c8b4a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #27733: ClearableFileInput widget renders incorrectly

2017-01-14 Thread Django
#27733: ClearableFileInput widget renders incorrectly
-+-
 Reporter:  Luca De Feo  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.10
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:  forms widgets file   | Triage Stage:
  input  |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

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


Comment:

 `FieldFile.url` is a property, not a method, see
 
https://github.com/django/django/blob/1.10.5/django/db/models/fields/files.py#L70

 Are you using a third-party FieldFile class?

--
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/063.d599bdf8e7a81a3e8d5a0a3a99cc2930%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #27733: ClearableFileInput widget renders incorrectly

2017-01-13 Thread Django
#27733: ClearableFileInput widget renders incorrectly
-+-
   Reporter:  Luca De|  Owner:  nobody
  Feo|
   Type:  Bug| Status:  new
  Component:  Forms  |Version:  1.10
   Severity:  Normal |   Keywords:  forms widgets file
   Triage Stage: |  input
  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 The `forms.widgets.ClearableFileInput` widget (used, e.g., by the admin
 app) renders as

 {{{
 EXAMPLE
 }}}

 with the `href` attribute obviously mis-generated.

 Using Django 1.10. This line seems to be the culprit:
 https://github.com/django/django/blob/1.10.5/django/forms/widgets.py#L400

--
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/048.20509a14fc616a797d6c8d1fc297da93%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.