mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
magic-removal: Fixed Adrians change's from [1933] that I accidentally undid in [1945].
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9a9e2730bc
commit
e1575ace03
4 changed files with 65 additions and 80 deletions
|
@ -121,16 +121,16 @@ arguments:
|
|||
template's context.
|
||||
|
||||
``processors`` A tuple of processors to apply to the
|
||||
``RequestContext`` of this view's template. See the
|
||||
`RequestContext docs`_
|
||||
``DjangoContext`` of this view's template. See the
|
||||
`DjangoContext docs`_
|
||||
======================= ==================================================
|
||||
|
||||
.. _database API docs: http://www.djangoproject.com/documentation/db_api/
|
||||
.. _RequestContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext
|
||||
.. _DjangoContext docs: http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext
|
||||
|
||||
The date-based generic functions are:
|
||||
|
||||
``archive_index``RequestContext
|
||||
``archive_index``
|
||||
A top-level index page showing the "latest" objects.
|
||||
|
||||
Takes the following optional arguments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue