Opened 18 years ago

Closed 18 years ago

#2789 closed defect (fixed)

Typo in Changeset 3788 (validation of negative float amounts in forms)

Reported by: volodya@… Owned by: Adrian Holovaty
Component: Validators Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Local variable (max_allowed_length) was incorrectly used as class member.

Attachments (1)

validators.py.diff (1.2 KB ) - added by volodya@… 18 years ago.
validators.py fix

Download all attachments as: .zip

Change History (2)

by volodya@…, 18 years ago

Attachment: validators.py.diff added

validators.py fix

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3796]) Fixed #2789 -- Corrected typo from r3788.

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