﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24728	"feedgenerator classes still use ""mime_type"" instead of ""content_type"""	Charlie DeTar	Raphael Michel	"The `mimetype` argument to `HttpResponse` and others was deprecated in v1.5 and removed in v1.7 in favor of `content_type` to be more semantically aligned with the HTTP header it represents.  However, the feedgenerator classes `django.utils.feedgenerator.RssFeed` and `django.utils.feedgenerator.Atom1Feed` still use a `mime_type` attribute.

This leads to slightly ungainly semantics like:

{{{#!python
    response = HttpResponse(content_type=feed.mime_type)
}}}

Might be aesthetically nicer to make this more consistent by using `content_type` across the board."	Cleanup/optimization	closed	contrib.syndication	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
