Opened 17 years ago

Closed 17 years ago

#3303 closed defect (fixed)

[patch] Cleaning the newforms fields `clean` methods

Reported by: Chris Beaven Owned by: Adrian Holovaty
Component: Forms Version:
Severity: normal 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

Small patch to clean up some inconsistencies with the clean methods of fields in newforms.

(an outstanding inconsistency that I did not address in this patch is that sometimes super(fieldname, self).clean is used, other times Field.clean is used)

Attachments (1)

clean_clean.patch (2.2 KB ) - added by Chris Beaven 17 years ago.

Download all attachments as: .zip

Change History (3)

by Chris Beaven, 17 years ago

Attachment: clean_clean.patch added

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4367]) Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks for the patch, SmileyChris

Note: See TracTickets for help on using tickets.
Back to Top