diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-01 05:32:44 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-04-01 05:32:44 +0000 |
| commit | 78b86d7eeb74273f559ccbddca067b16c5b80c96 (patch) | |
| tree | bbd824ae2f9992d51594d73e8369f6b369a4f97d /docs | |
| parent | c60587b5a7692807c2d0f1970d45e2bde724233d (diff) | |
Fixed #3889 -- Fixed incorrect anchor in link.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 7659a428c5..0496a58691 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -222,7 +222,7 @@ In addition to ``extra_context``, the template's context will be: by ``date_field``. For example, if ``num_latest`` is ``10``, then ``latest`` will be a list of the latest 10 objects in ``queryset``. -.. _RequestContext docs: ../templates_python/#subclassing-context-djangocontext +.. _RequestContext docs: ../templates_python/#subclassing-context-requestcontext ``django.views.generic.date_based.archive_year`` ------------------------------------------------ |
