Skip to content

Commit

Permalink
Fixes #108
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Nov 4, 2014
1 parent 5ea0019 commit a156238
Show file tree
Hide file tree
Showing 2 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 @@ -306,6 +306,8 @@ Another Test: Entrys

Did you notice that the pluralization of entry is misspelled in the admin interface? "Entrys" should instead read "Entries". Let's write a test to verify that when Django correctly pluralizes "entry" to "entries".

.. image:: _static/02-05_entrys_spelling.png

Let's add a test to our ``EntryModelTest`` class:

.. code-block:: python
Expand Down
Binary file added tutorials/_static/02-05_entrys_spelling.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 a156238

Please sign in to comment.