[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
This commit is contained in:
Karen Tracey 2010-05-12 13:36:05 +00:00
parent 242c7f3940
commit 87fd4583c1
1 changed files with 1 additions and 1 deletions

View File

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