You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g.,
"When writing your unicode method for your Comment model, make sure you know what you are returning as a value. If you are not sure, take a look at our test, test_unicode_representation, again and see what it is asserting."
The text was updated successfully, but these errors were encountered:
@treyhunner In part 3, we ask the reader to do an exercise. And yes, it seems we are now using __str__ instead of __unicode__ so it's referring to the test, test_string_representation in the CommentModelTest. I'm not sure if this hint is needed anymore. Thoughts?
Suggestion: Add a Hint for the reader:
e.g.,
"When writing your unicode method for your Comment model, make sure you know what you are returning as a value. If you are not sure, take a look at our test, test_unicode_representation, again and see what it is asserting."
The text was updated successfully, but these errors were encountered: