#12878 closed (fixed)
Formset wide errors are not properly rendered in the template
Reported by: | KyleMac | Owned by: | matiasb |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Errors raised by a FormSet's clean() method are converted straight to strings and rendered along the lines of "[u'This is an error.']" instead of being iterated over and styled properly.
Attachments (2)
Change History (9)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 15 years ago
Attachment: | 12878-1.diff added |
---|
by , 15 years ago
Attachment: | 12878-2.diff added |
---|
Updated previous patch to add general formset test
comment:4 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Fixed formsets to set non_form_errors as errorlist after a full_clean