From 8acb6c836ba0ca84f8ee40a7b8ac5c49e76f6d66 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 17 Aug 2005 19:48:40 +0000 Subject: [PATCH] Fixed typo in docs/generic_views.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/generic_views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 1944149352..62e7c14e2b 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -221,7 +221,7 @@ Individual views are: an empty index page. ``False`` is default. ======================= ================================================= - Uses the template ``app_label/module_name__list`` by default. + Uses the template ``app_label/module_name_list`` by default. Has the following template context: