#8307: ImageFile doesn't use the width_field and height_field for cache
--------------------------------------------------+-------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  jacob                 
            Status:  closed                       |     Milestone:  1.0         
          
         Component:  File uploads/storage         |       Version:  SVN         
          
        Resolution:  wontfix                      |      Keywords:  imagefile 
height width
             Stage:  Accepted                     |     Has_patch:  1           
          
        Needs_docs:  1                            |   Needs_tests:  0           
          
Needs_better_patch:  0                            |  
--------------------------------------------------+-------------------------
Changes (by jacob):

  * status:  assigned => closed
  * resolution:  => wontfix

Comment:

 Yeah, I like the access methods always getting the *real* file sizes.

 Think of it this way: `Model.image_width` is a number the model knows
 about, but to get the real story, check `Model.image.width` -- all sorts
 of things can happen on the disk behind your back!

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8307#comment:9>
Django Code <http://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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to