diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-04-24 05:58:03 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-04-24 05:58:03 +0000 |
| commit | 39aa40d108c4680f9efbb148bfa52801ccc10ff3 (patch) | |
| tree | e464e8945065eea0ae670ccca2edb3ed025a5c6d /docs/generic_views.txt | |
| parent | 53eddd4a0f8786e23f511a653d8d7ffa947ad8db (diff) | |
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
Diffstat (limited to 'docs/generic_views.txt')
| -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 5f7a669652..bb5f7320f6 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -71,7 +71,7 @@ are first evaluated, so if you want to pass in a QuerySet via ``extra_context`` that is always fresh you need to wrap it in a function or lambda that returns the QuerySet. -.. _database API docs: ../db_api/ +.. _database API docs: ../db-api/ "Simple" generic views ====================== |
