Re: [Django] #19205: HttpResponse docs refer to content_type, but shortcuts docs refer to mimetype

2012-10-28 Thread Django
#19205: HttpResponse docs refer to content_type, but shortcuts docs refer to
mimetype
---+--
 Reporter:  garrison   |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  master
 Severity:  Normal |   Resolution:  duplicate
 Keywords: | Triage Stage:  Unreviewed
Has patch:  1  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by claudep):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => duplicate
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 This is not only a documentation change. See #10504

-- 
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 https://groups.google.com/groups/opt_out.




[Django] #19205: HttpResponse docs refer to content_type, but shortcuts docs refer to mimetype

2012-10-27 Thread Django
#19205: HttpResponse docs refer to content_type, but shortcuts docs refer to
mimetype
---+
 Reporter:  garrison   |  Owner:  nobody
 Type:  Uncategorized  | Status:  new
Component:  Documentation  |Version:  master
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  1
Easy pickings:  0  |  UI/UX:  0
---+
 The file {{{docs/ref/request-response.txt}}} says that the {{{mimetype}}}
 parameter to {{{HttpResponse}}} has been deprecated in favor of
 {{{content_type}}}.  However, in {{{docs/topics/http/shortcuts.txt}}} it
 still refers to the {{{mimetype}}} parameter in
 {{{render_to_response()}}}, even though {{{content_type}}} would work just
 as well.  This should be updated to instead refer to {{{content_type}}}
 for consistency.

-- 
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 https://groups.google.com/groups/opt_out.