Re: [Django] #14416: ImageField forms require an enctype, not documented

2010-10-08 Thread Django
#14416: ImageField forms require an enctype, not documented
+---
  Reporter:  airstrike  | Owner:  nobody
  
Status:  closed | Milestone:
  
 Component:  Documentation  |   Version:
  
Resolution:  worksforme |  Keywords:  ImageField enctype form 
HTML
 Stage:  Unreviewed | Has_patch:  0 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by gremmie):

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

-- 
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-upda...@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] #14416: ImageField forms require an enctype, not documented

2010-10-07 Thread Django
#14416: ImageField forms require an enctype, not documented
+---
  Reporter:  airstrike  | Owner:  nobody
  
Status:  new| Milestone:
  
 Component:  Documentation  |   Version:
  
Resolution: |  Keywords:  ImageField enctype form 
HTML
 Stage:  Unreviewed | Has_patch:  0 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by lrekucki):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This is documented: http://docs.djangoproject.com/en/dev/ref/forms/api
 /#binding-uploaded-files. Description of both FileField and ImageField
 link to that page. There is also a link in "Working with forms" article.

-- 
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-upda...@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.



[Django] #14416: ImageField forms require an enctype, not documented

2010-10-07 Thread Django
#14416: ImageField forms require an enctype, not documented
--+-
 Reporter:  airstrike |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Documentation | Version:
 Keywords:  ImageField enctype form HTML  |   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 Well, this may very well not be a Django issue, but I can't help but
 suggest that this small caveat be documented somewhere.

 Forms with ImageField require an enctype attribute such as . Yes, it's HTML,
 not Django. But frustrating nonetheless.

 As you can see by reactions in http://stackoverflow.com/questions/680770
 /django-imagefield-not-working-properly-via-modelform many new developers
 have a tough time when dealing with this issue. I'm not bold enough to
 submit a documentation patch, but it should be fairly simple to explain.

-- 
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-upda...@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.