The "test_About_rejects_non_ascii_names_and_accepts_unicode_values()" in test_model.py fails because the name value for setattr(self, name, custom_field) is unicode which seems like not acceptable.
The "test_About_rejects_non_ascii_names_and_accepts_unicode_values()" in test_model.py fails because the name value for
setattr(self, name, custom_field)
is unicode which seems like not acceptable.