Django

Code

Ticket #7391 (closed: fixed)

Opened 6 months ago

Last modified 6 months ago

newforms-admin: output of as_table() for formsets is HTML-escaped

Reported by: akaihola Assigned to: nobody
Milestone: Component: Forms
Version: newforms-admin Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

BaseFormSet.as_table() should use mark_safe().

Attachments

7391-formset-as-table-mark-safe.diff (1.0 kB) - added by akaihola on 06/07/08 15:51:36.
Adds the missing mark_safe() call to BaseFormSet?.as_table()

Change History

06/07/08 15:51:36 changed by akaihola

  • attachment 7391-formset-as-table-mark-safe.diff added.

Adds the missing mark_safe() call to BaseFormSet?.as_table()

06/07/08 17:31:25 changed by brosner

  • status changed from new to closed.
  • resolution set to fixed.

(In [7587]) newforms-admin: Fixed #7391 -- Mark the output of BaseFormSet?.as_table safe. Thanks akaihola!


Add/Change #7391 (newforms-admin: output of as_table() for formsets is HTML-escaped)




Change Properties
Action