04a2a6b
Added do_not_call_in_templates=True attribute to RelatedManagers to prevent them from being called. Thanks jbg@ for the report.
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.