#29454: Default size for django.core.files.uploadedfile is None and then len 
will
raise error
------------------------------------------------+------------------------
               Reporter:  jxltom                |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  File uploads/storage  |        Version:  2.0
               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                     |
------------------------------------------------+------------------------
 By default, ```size``` of  django.core.files.uploadedfile is ```None```
 and ```__len__``` will return ```size``` by default. Calling ```len```
 will raise ```TypeError: 'NoneType' object cannot be interpreted as an
 integer``` error if size is not assigned specifically.

 Can this be handled better? such as do not implement ```__len__``` method
 if ```size``` is set as ```None```

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29454>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.c30262cc5bdccd633015d25a94721115%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to