From 6943950dfda48d2ca4e15f4367da24b0ead9aefd Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Sat, 20 Mar 2010 05:04:54 +0000 Subject: [1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to the queryset reference. Refs #12930. Backport of r12808 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12809 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/_ext/djangodocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_ext') 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", -- cgit v1.3