diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-17 19:48:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-17 19:48:40 +0000 |
| commit | 8acb6c836ba0ca84f8ee40a7b8ac5c49e76f6d66 (patch) | |
| tree | 2dc8d6d5bb365e4577903cee86abe789100570f7 /docs/generic_views.txt | |
| parent | 81c46499443310284c01879177a8acfd3ad25b12 (diff) | |
Fixed typo in docs/generic_views.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/generic_views.txt')
| -rw-r--r-- | docs/generic_views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
