summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-04-29 01:05:04 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-04-29 01:05:04 +0000
commitc632b7a69d1bc4cd8d882cb4269a3c4f43a2c8b6 (patch)
tree037dce6413d77b8726dc1ab74e23b24e535bedfc /docs/db-api.txt
parent1809f6e256622d9813d8af9a338d9ba10d8cf531 (diff)
magic-removal: Small link addition to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 28bd236fe5..6b2911b3a3 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1428,7 +1428,7 @@ previous object with respect to the date field, raising the appropriate
``DoesNotExist`` exception when appropriate.
Both methods accept optional keyword arguments, which should be in the format
-described in "Field lookups" above.
+described in _`Field lookups` above.
Note that in the case of identical date values, these methods will use the ID
as a fallback check. This guarantees that no records are skipped or duplicated.