Fix #5500 UnicodeEncodeError in atom feed
authorAndrew Browning <ayleph@thisshitistemp.com>
Tue, 14 Feb 2017 06:01:48 +0000 (01:01 -0500)
committerAndrew Browning <ayleph@thisshitistemp.com>
Tue, 14 Feb 2017 06:03:25 +0000 (01:03 -0500)
commit741c25fd678a130fddeccf5be10d5e168575ab07
tree830555d7cbbfade1aaff22a750d5015dd5b5e778
parent96f66a5fd410d05e22a4945b6d4aa7417d0e1ec3
Fix #5500 UnicodeEncodeError in atom feed

This simple fix allows unicode strings in the atom feed thumb and
description fields by forcing the entire atom content string to
unicode.
mediagoblin/listings/views.py
mediagoblin/user_pages/views.py