Fixed #290 -- Thanks, Matt Croydon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ee52eba85a
commit
b108360407
|
@ -215,7 +215,7 @@ By default, the ``object_detail`` generic view uses a template called
|
||||||
in ``vote()``.
|
in ``vote()``.
|
||||||
|
|
||||||
Similarly, the ``object_list`` generic view uses a template called
|
Similarly, the ``object_list`` generic view uses a template called
|
||||||
``<app_label>/<module_name>_detail``. Thus, rename ``polls/index.html`` to
|
``<app_label>/<module_name>_list``. Thus, rename ``polls/index.html`` to
|
||||||
``polls/polls_list.html``.
|
``polls/polls_list.html``.
|
||||||
|
|
||||||
Because we have more than one entry in the URLconf that uses ``object_detail``
|
Because we have more than one entry in the URLconf that uses ``object_detail``
|
||||||
|
|
Loading…
Reference in New Issue