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: