[patch] unnecessary escaping of fields in admin_doc templates
Reported by: |
Gary Wilson <gary.wilson@…> |
Owned by: |
Adrian Holovaty |
Component:
|
contrib.admin
|
Version:
|
dev
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
gary.wilson@…, treborhudson@…
|
Triage Stage:
|
Unreviewed
|
Has patch:
|
yes
|
Needs documentation:
|
no
|
Needs tests:
|
no
|
Patch needs improvement:
|
no
|
Easy pickings:
|
no
|
UI/UX:
|
no
|
The doc.model_detail
view is writing html to verbose
to provide links to related models, but this is then getting escaped in the template.
Change History
(6)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Summary: |
unnecessary escaping of field.verbose in admin_doc/model_detail.html → unnecessary escaping of fields in admin_doc templates
|
Cc: |
treborhudson@… added
|
Summary: |
unnecessary escaping of fields in admin_doc templates → [patch] unnecessary escaping of fields in admin_doc templates
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
(In [3642]) Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html template. Thanks for reporting, Gary Wilson