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/serialization.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/serialization.txt')
| -rw-r--r-- | docs/serialization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/serialization.txt b/docs/serialization.txt index 48ab46f0f9..8af4da26a8 100644 --- a/docs/serialization.txt +++ b/docs/serialization.txt @@ -27,7 +27,7 @@ data to (see `Serialization formats`_) and a QuerySet_ to serialize. (Actually, the second argument can be any iterator that yields Django objects, but it'll almost always be a QuerySet). -.. _QuerySet: ../db_api/#retrieving-objects +.. _QuerySet: ../db-api/#retrieving-objects You can also use a serializer object directly:: |
