Kaydet (Commit) 84dda199 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidar

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 4b11b43d
......@@ -188,7 +188,7 @@ def model_detail(request, app_label, model_name):
'name': field.name,
'data_type': data_type,
'verbose': verbose,
'help': field.help_text,
'help_text': field.help_text,
})
# Gather model methods.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment