Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-05-08 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  mitsuhiko
Status:  closed| Milestone:  1.1  
 Component:  File uploads/storage  |   Version:  SVN  
Resolution:  fixed |  Keywords:   
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by jacob):

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

Comment:

 Fixed in [10717].

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-05-08 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  mitsuhiko
Status:  new   | Milestone:  1.1  
 Component:  File uploads/storage  |   Version:  SVN  
Resolution:|  Keywords:   
 Stage:  Accepted  | Has_patch:  1
Needs_docs:  0 |   Needs_tests:  0
Needs_better_patch:  0 |  
---+
Changes (by mitsuhiko):

  * owner:  nobody => mitsuhiko

Comment:

 This is fixed in the branch of Alex and me already.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-05-07 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  File uploads/storage  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by mitsuhiko):

 Actually. the smaller patch is sufficient for 1.1.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-05-07 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  File uploads/storage  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Comment (by mitsuhiko):

 I guess it would make sense to apply the fleshed out version of the patch
 and refactor the file system for 1.2.  There are some really weird things
 going on.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-02-26 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  nobody
Status:  new   | Milestone:  1.1   
 Component:  File uploads/storage  |   Version:  SVN   
Resolution:|  Keywords:
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by jacob):

  * stage:  Unreviewed => Accepted
  * milestone:  => 1.1

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



Re: [Django] #9404: Proxy file-like methods and attributes in UploadedFile objects

2009-01-29 Thread Django
#9404: Proxy file-like methods and attributes in UploadedFile objects
---+
  Reporter:  magneto   | Owner:  nobody  
Status:  new   | Milestone:  post-1.0
 Component:  File uploads/storage  |   Version:  SVN 
Resolution:|  Keywords:  
 Stage:  Unreviewed| Has_patch:  1   
Needs_docs:  0 |   Needs_tests:  0   
Needs_better_patch:  0 |  
---+
Changes (by toddobryan):

  * needs_better_patch:  => 0
  * summary:  Proxy more File methods in InMemoryUploadedFile => Proxy
  file-like methods and attributes in
  UploadedFile objects
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 I went through and proxied every method and attribute listed for file-like
 objects here:

 http://docs.python.org/library/stdtypes.html#file-objects

 Of note is that if you try to use a method or attribute that is not
 implemented for the backing class, you'll get exactly the same error you
 would get if you tried to call that method or access that attribute on the
 backing class directly. (For example, if you try to call fileno() on a
 StringIO object, you'll get exactly the same error as you'd get calling
 fileno() on an InMemoryUploadedFile because it's backed by a StringIO
 object.) If any of these methods or attributes are later implemented on
 the backing objects, they should work.

-- 
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 this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---