sprox.validators

validators Module

Copyright (c) 2008 Christopher Perkins Original Version by Christopher Perkins 2008 Released under MIT license.

Classes

class sprox.validators.UniqueValue(provider, entity, field_name, *args, **kw)

Bases: formencode.api.FancyValidator

Messages

badType:
The input must be a string (not a %(type)s: %(value)r)
empty:
Please enter a value
noneType:
The input must be a string (not None)
declarative_count = 59

Discuss

blog comments powered by Disqus

Table Of Contents

Previous topic

sprox.validatorselector

Next topic

sprox.sprockets

This Page