Negligible formatting change to [2417] -- changed colon use to be consistent
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b830fa7e78
commit
92c04cb7c6
|
@ -185,7 +185,7 @@ def model_detail(request, model):
|
|||
return render_to_response('admin_doc/model_detail', {
|
||||
'name': '%s.%s' % (opts.app_label, opts.module_name),
|
||||
'summary': "Fields on %s objects" % opts.verbose_name,
|
||||
'description' : model.__doc__,
|
||||
'description': model.__doc__,
|
||||
'fields': fields,
|
||||
}, context_instance=DjangoContext(request))
|
||||
model_detail = staff_member_required(model_detail)
|
||||
|
|
Loading…
Reference in New Issue