sandiegopython/test-driven-django-development

First blog post in admin should be titled "Entry Object" in screenshot

treyhunner opened this issue · 3 comments

The screenshot stating The entry "First Entry" was added successfully. on this page is wrong.

The entry should be titled "Entry Object" until the __unicode__ model method is created.

Agreed. It's confusing when one reads the next section, "Our first test unicode method where it mentions, Entry Object.

Closing as duplicate of #145