======================================================================
FAIL: test_broken_unicode (regressiontests.model_regress.tests.ModelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bkuberek/development/vendor/python-django/tests/regressiontests/model_regress/tests.py", line 147, in test_broken_unicode
self.assertEqual(repr(b), "<BrokenUnicodeMethod: [Bad Unicode data]>")
AssertionError: '<BrokenUnicodeMethod: N\xc3\xa1zov: Jerry>' != '<BrokenUnicodeMethod: [Bad Unicode data]>'
======================================================================
FAIL: test_iter_content (regressiontests.httpwrappers.tests.HttpResponseTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bkuberek/development/vendor/python-django/tests/regressiontests/httpwrappers/tests.py", line 300, in test_iter_content
getattr, r, 'content')
AssertionError: UnicodeEncodeError not raised
----------------------------------------------------------------------
Ran 4732 tests in 639.749s