Skip to content

Commit

Permalink
Fixed #3072 -- Fixed docstring in object_detail() generic view. Thank…
Browse files Browse the repository at this point in the history
…s, Matt McClanahan

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 27, 2006
1 parent 7c1cc5f commit 9c44d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/views/generic/list_detail.py
Expand Up @@ -84,7 +84,7 @@ def object_detail(request, queryset, object_id=None, slug=None,
context_processors=None, template_object_name='object', context_processors=None, template_object_name='object',
mimetype=None): mimetype=None):
""" """
Generic list of objects. Generic detail of an object.
Templates: ``<app_label>/<model_name>_detail.html`` Templates: ``<app_label>/<model_name>_detail.html``
Context: Context:
Expand Down

0 comments on commit 9c44d8b

Please sign in to comment.