summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial07.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial07.txt')
-rw-r--r--docs/intro/tutorial07.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index b47ae14bc2..e0c87be898 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -232,7 +232,8 @@ underscores replaced with spaces), and that each line contains the string
representation of the output.
You can improve that by using the :func:`~django.contrib.admin.display`
-decorator on that method (in :file:`polls/models.py`), as follows:
+decorator on that method (extending the :file:`polls/models.py` file that was
+created in :doc:`Tutorial 2 </intro/tutorial02>`), as follows:
.. code-block:: python
:caption: ``polls/models.py``