diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-05-12 13:34:05 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-05-12 13:34:05 +0000 |
| commit | 111d361d61fd4a40281db38850e560724bd908b0 (patch) | |
| tree | d0788637327f1039237576cbe42922881c383afc /docs | |
| parent | 70a8f070069bf536e753381a7cb307008a97b9ed (diff) | |
Fixed doc markup error that resulted in no anchor tag for the model admin queryset method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 44576172cf..7fee903715 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -871,7 +871,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 |
