summaryrefslogtreecommitdiff
path: root/docs/_ext/djangodocs.py
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-03-20 05:04:31 +0000
committerJustin Bronn <jbronn@gmail.com>2010-03-20 05:04:31 +0000
commitd58020fce8019e3a9df717e0a78a9833c85094b7 (patch)
treed8b0eb84a0fa4f0d0e7de861c672369684c14bcb /docs/_ext/djangodocs.py
parentf081059b45610de00c52810da0f97642292db27a (diff)
downloaddjango-d58020fce8019e3a9df717e0a78a9833c85094b7.tar.gz
Fixed `fieldlookup` docs cross-reference directive, and added it to the queryset reference. Refs #12930.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_ext/djangodocs.py')
-rw-r--r--docs/_ext/djangodocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py
index af07a84f32..aaad219b54 100644
--- a/docs/_ext/djangodocs.py
+++ b/docs/_ext/djangodocs.py
@@ -38,7 +38,7 @@ def setup(app):
app.add_crossref_type(
directivename = "fieldlookup",
rolename = "lookup",
- indextemplate = "pair: %s, field lookup type",
+ indextemplate = "pair: %s; field lookup type",
)
app.add_description_unit(
directivename = "django-admin",