mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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:
		| @@ -215,7 +215,7 @@ By default, the ``object_detail`` generic view uses a template called | ||||
| in ``vote()``. | ||||
|  | ||||
| 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``. | ||||
|  | ||||
| Because we have more than one entry in the URLconf that uses ``object_detail`` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user