]> git.llucax.com Git - software/pymin.git/commit
Move common validation code to new pymin.validation module (refs #20)
authorLeandro Lucarella <llucax@gmail.com>
Sun, 22 Jun 2008 02:17:27 +0000 (23:17 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 28 Jun 2008 04:54:00 +0000 (01:54 -0300)
commit73cc0c58e7d9cd821216be6ea47159dece5398d3
tree678201cc6e5438b44611de81bb6354fd0659c3eb
parent5568376be32d85290a7b0971c2c827dcd17178ce
Move common validation code to new pymin.validation module (refs #20)

This module includes all the validators from formencode plus some custom
validators specific to pymin.
pymin/validation.py [new file with mode: 0644]
services/firewall/rule.py