mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
This commit is contained in:
parent
b67e9ed8c9
commit
608aa8d101
2 changed files with 3 additions and 1 deletions
|
@ -390,7 +390,7 @@ Improving our view
|
|||
The list of polls shows polls that aren't published yet (i.e. those that have a
|
||||
``pub_date`` in the future). Let's fix that.
|
||||
|
||||
In :doc:`Tutorial 4 </intro/tutorial04>` we introduced a class-based view,
|
||||
In :ref:`Tutorial 4 <tutorial04-amend-views>` we introduced a class-based view,
|
||||
based on :class:`~django.views.generic.list.ListView`:
|
||||
|
||||
.. snippet::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue