mirror of
https://github.com/django/django.git
synced 2025-10-28 02:29:56 +00:00
Fixed #15237 -- Fixed a typo in specifying UTF-8 encoding in the feed generator and signing tests. Thanks, Aymeric Augustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8258fe7845
commit
e55bbf4c3c
3 changed files with 3 additions and 3 deletions
|
|
@ -66,6 +66,6 @@ class FeedgeneratorTest(unittest.TestCase):
|
|||
"""
|
||||
atom_feed = feedgenerator.Atom1Feed("title", "link", "description")
|
||||
self.assertEqual(
|
||||
atom_feed.mime_type, "application/atom+xml; charset=utf8"
|
||||
atom_feed.mime_type, "application/atom+xml; charset=utf-8"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue