From c50968fa0e468d5c581d66d6f8728192f54fe605 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Fri, 13 Jan 2006 21:39:03 +0000 Subject: [PATCH] magic-removal: Reapplied changes to generic_views.txt from [1945]. git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1955 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/generic_views.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 35b0532d16..fd40b24b98 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -121,12 +121,12 @@ arguments: template's context. ``processors`` A tuple of processors to apply to the - ``DjangoContext`` of this view's template. See the - `DjangoContext docs`_ + ``RequestContext`` of this view's template. See the + `RequestContext docs`_ ======================= ================================================== .. _database API docs: http://www.djangoproject.com/documentation/db_api/ -.. _DjangoContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext +.. _RequestContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext The date-based generic functions are: