mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
53eddd4a0f
commit
39aa40d108
15 changed files with 22 additions and 22 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue