Skip to content

Commit

Permalink
Change wording in more views
Browse files Browse the repository at this point in the history
Fixes gh-115.
  • Loading branch information
treyhunner committed Nov 8, 2014
1 parent 9bbaea9 commit 7e3b046
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tutorials/04-more-views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ gets synced to our SQLite database.
Applying blog.0002_auto_20141019_0232... OK
Add a ``__str__`` method for our ``Comment`` model, similar to the one
we previously added for our ``Entry`` model.
Before we create a ``__str__`` method for our ``Comment`` model
similar to the one we previously added for our ``Entry`` model, let's create a test in ``blog/tests.py``.

Now we need to create a test in ``blog/tests.py``. Our test should look
very similar to the ``__str__`` test we wrote in ``EntryModelTest``
earlier. This should suffice:
Our test should look very similar to the ``__str__`` test we wrote in
``EntryModelTest`` earlier. This should suffice:

.. code-block:: python
Expand Down

0 comments on commit 7e3b046

Please sign in to comment.