mirror of
https://github.com/django/django.git
synced 2025-08-24 02:39:14 +00:00
[5.0.x] Corrected method/function wording in tutorial 3.
Backport of bb560651c489879c22878cba5003a09b6a9f930a from main
This commit is contained in:
parent
8480f2ec36
commit
c8274ecfe2
@ -106,7 +106,7 @@ Wire these new views into the ``polls.urls`` module by adding the following
|
|||||||
]
|
]
|
||||||
|
|
||||||
Take a look in your browser, at "/polls/34/". It'll run the ``detail()``
|
Take a look in your browser, at "/polls/34/". It'll run the ``detail()``
|
||||||
method and display whatever ID you provide in the URL. Try
|
function and display whatever ID you provide in the URL. Try
|
||||||
"/polls/34/results/" and "/polls/34/vote/" too -- these will display the
|
"/polls/34/results/" and "/polls/34/vote/" too -- these will display the
|
||||||
placeholder results and voting pages.
|
placeholder results and voting pages.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user