diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
| commit | d4f4ab853532c0b541e640eb2e3f5ec17f0b9dd6 (patch) | |
| tree | 7cb00cfe04713a77a174542e002aaa430b959b3d /docs/ref/generic-views.txt | |
| parent | 8955a085a5b2cb9dd4a41c22fbb90c527e5b55f2 (diff) | |
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/generic-views.txt')
| -rw-r--r-- | docs/ref/generic-views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt index f92674e15e..c14cc295d2 100644 --- a/docs/ref/generic-views.txt +++ b/docs/ref/generic-views.txt @@ -406,7 +406,7 @@ In addition to ``extra_context``, the template's context will be: is ``'object'`` by default. If ``template_object_name`` is ``'foo'``, this variable's name will be ``foo_list``. -.. _strftime docs: http://www.python.org/doc/current/lib/module-time.html#l2h-1941 +.. _strftime docs: http://docs.python.org/library/time.html#time.strftime ``django.views.generic.date_based.archive_week`` ------------------------------------------------ |
