1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

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
This commit is contained in:
Joseph Kocherhans 2006-01-13 21:39:03 +00:00
parent e1575ace03
commit c50968fa0e

View File

@ -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: