diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-03-20 05:04:54 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-03-20 05:04:54 +0000 |
| commit | 6943950dfda48d2ca4e15f4367da24b0ead9aefd (patch) | |
| tree | 645dcd97086bf8bf79a6b371dcf53e585d598619 /docs/_ext | |
| parent | 9d5fb83b091e28221d9005e4a3662ccf764d7b5b (diff) | |
[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
Diffstat (limited to 'docs/_ext')
| -rw-r--r-- | docs/_ext/djangodocs.py | 2 |
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", |
