Admin doc model detail template should not escape help_text
A model field’s help_text is deliberately not escaped when it is displayed in the admin (see #4991, [source:/django/trunk/docs/model-api.txt@5816#L627 model-api.txt]). The admin_doc [source:/django/branches/newforms-admin/django/contrib/admin/templates/admin_doc/model_detail.html model_detail.html] template should also follow this convention.
Change History
(4)
| milestone: |
→ 1.0 beta
|
| Triage Stage: |
Unreviewed → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
(In [8137]) Fixed #7695 -- Modified template to trust help_text on a model field. Thanks to Ben Spaulding for the report.