summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2010-05-12 13:36:05 +0000
committerKaren Tracey <kmtracey@gmail.com>2010-05-12 13:36:05 +0000
commit87fd4583c19e4f9ce3a49d2399cf86e02801a52e (patch)
treef49f59a1f9a6c159d06f0545987ad2efc66f5f75
parent242c7f39400388856396a2b42c3512173db25f3d (diff)
[1.1.X] Fixed doc markup error that resulted in no anchor tag for the model admin queryset method.
r13245 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index b997055cd1..0a8a267c94 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -823,7 +823,7 @@ return a subset of objects for this foreign key field based on the user::
This uses the ``HttpRequest`` instance to filter the ``Car`` foreign key field
to only the cars owned by the ``User`` instance.
-.. method:: ModelAdmin.queryset(self, request):
+.. method:: ModelAdmin.queryset(self, request)
The ``queryset`` method on a ``ModelAdmin`` returns a
:class:`~django.db.models.QuerySet` of all model instances that can be