﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
657	validator - characters without numbers	Bless	Adrian Holovaty	"It should be a validator for characters without numbers, because is possible that you want whatever text minus numbers.

{{{
num_re = re.compile(r'\d')

def thereisNumeric:
    if num_re.search(field_data):
        raise ValidationError, ""This value musn't contain numbers.""
}}}
"	defect	closed	Validators		normal	wontfix			Unreviewed	0	0	0	0	0	0
