I trying to test __str__ method, and when trying to access it in my test it returns my model instance (I think it is)
def test_str_is_equal_to_title(self): \
Alternatively, you may simply call it like:
model_instance.__str__()