diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-25 18:20:25 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-25 18:20:25 +0000 |
| commit | 61bef9bbfd20c252851df4f813db39a825c64b52 (patch) | |
| tree | 6447760a3155d0f4bf350100496e686a63bb7c9f /docs/tutorial04.txt | |
| parent | 62ba18d7506693592e45fff47eb81be467818de5 (diff) | |
boulder-oracle-sprint: Merged to [5078]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial04.txt')
| -rw-r--r-- | docs/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index e3d5d4dfc5..6fee842f8b 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -219,7 +219,7 @@ template. Note that we use ``dict()`` to return an altered dictionary in place. If you'd like to know more about how that works, The Django database API documentation `explains the lazy nature of QuerySet objects`_. -.. _explains the lazy nature of QuerySet objects: ../db_api/#querysets-are-lazy +.. _explains the lazy nature of QuerySet objects: ../db-api/#querysets-are-lazy In previous parts of the tutorial, the templates have been provided with a context that contains the ``poll`` and ``latest_poll_list`` context variables. However, |
