mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
f081059b45
commit
d58020fce8
2 changed files with 45 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue