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
This commit is contained in:
Justin Bronn 2010-03-20 05:04:31 +00:00
parent f081059b45
commit d58020fce8
2 changed files with 45 additions and 1 deletions

View file

@ -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",