Skip to content

Commit

Permalink
Merge pull request #17 from tomdyson/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
shabda committed Feb 27, 2018
2 parents dcd1445 + e9daa65 commit 7d92758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ who have some experience with Django admin, but are looking to expand their know
It takes the form of question and answers about common tasks you might do with Django admin. All the chapters are based on a common set of models, which you can read in detail here (:doc:`models`). In short, we have two apps,
:code:`events` and :code:`entities`. The models are

* Events: :code:`Epic`, :code:`Event`, :code:`EventHero`, :code:`EventVillian`
* Events: :code:`Epic`, :code:`Event`, :code:`EventHero`, :code:`EventVillain`
* Entities: :code:`Category`, :code:`Origin`, :code:`Hero`, :code:`Villain`


Expand Down

0 comments on commit 7d92758

Please sign in to comment.