diff options
| author | Mariatta <Mariatta@users.noreply.github.com> | 2024-09-05 17:37:03 -0700 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-09-05 21:37:46 -0300 |
| commit | 9da696f539ac3a01bd3f233b6b0b04cc59468ecc (patch) | |
| tree | 7954bfd523f1d1c131f8533fb87f4685bd9a05c6 /docs | |
| parent | 76bbeee273d6e2fc2a15b194c23cc6ad70d7f68a (diff) | |
[5.1.x] Fixed #35737 -- Clarified where "models" comes from in tutorial 7.
Backport of 01a4d8a3c741b3129d481ef3515084a199d21222 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial07.txt | 3 |
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`` |
