Skip to content

Commit

Permalink
Fixes #145
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Nov 4, 2014
1 parent 5efe5ac commit eb65022
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/02-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ Let's add a ``__str__`` method to our model that returns the entry title. Our `
If you start the development server and take a look at the admin interface (http://localhost:8000/admin/) again, you will see the entry titles in the list of entries.

.. image:: _static/02-04_entry_w_name.png

Now if we run our test again we should see that our single test passes:

.. code-block:: bash
Expand Down
Binary file modified tutorials/_static/02-03_entry_added.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/_static/02-04_entry_w_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb65022

Please sign in to comment.