Opened 17 years ago
Closed 17 years ago
#6000 closed (invalid)
Problems in BaseForm.reset
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | newforms-admin |
Severity: | Keywords: | nfa-blocker | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Method django.newforms.BaseForm.reset does not reset fields and reset self.errors, not self._errors.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 00-reset-form.diff added |
---|
comment:1 by , 17 years ago
Keywords: | nfa-blocker added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The reset method does not exist as of [7270].
Note:
See TracTickets
for help on using tickets.
Since this is new code in newforms-admin, it should be made right before merge. The double underscore before errors (formatting got messed up in original description) definitely looks wrong.