#10643 closed (fixed)
formtools do not handle forms with empty_permitted
Reported by: | Nils Fredrik Gjerull | Owned by: | |
---|---|---|---|
Component: | contrib.formtools | Version: | dev |
Severity: | Keywords: | empty_permitted | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.contrib.formtools do not handle forms with empty_permitted set to true correctly. It tries to validate the form data even if the form has not changed.
Attachments (5)
Change History (12)
by , 16 years ago
Attachment: | formtools_utils.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Needs documentation: | set |
Needs tests: | set |
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Needs documentation: | unset |
---|---|
Needs tests: | unset |
Patch needs improvement: | unset |
comment:4 by , 16 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:5 by , 16 years ago
A better name for the test case is all that's standing between this and committing.
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Updated patch to add tests.