Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt McClanahan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7c1cc5fb25
commit
9c44d8b60b
|
@ -84,7 +84,7 @@ def object_detail(request, queryset, object_id=None, slug=None,
|
|||
context_processors=None, template_object_name='object',
|
||||
mimetype=None):
|
||||
"""
|
||||
Generic list of objects.
|
||||
Generic detail of an object.
|
||||
|
||||
Templates: ``<app_label>/<model_name>_detail.html``
|
||||
Context:
|
||||
|
|
Loading…
Reference in New Issue