Posted
almost 13 years
ago
by
akorn
Use __slots__ in Validator.
src/wheezy/validation/validator.py
(1 lines added, 1 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Convert original_value to unicode before using gettext for errors.
i18n/en/LC_MESSAGES/validation.po
(8 lines added, 4 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Added 'ntos' function to convert native to unicode strings.
src/wheezy/validation/comp.py
(2 lines added, 0 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Added 'optional' synonym to 'missing' rule.
src/wheezy/validation/rules.py
(1 lines added, 1 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Added missing rule.
doc/userguide.rst
(5 lines added, 1 lines removed)
i18n/en/LC_MESSAGES/validation.po
(20 lines added, 5 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Added negated argument to RegexRule.
doc/userguide.rst
(2 lines added, 1 lines removed)
i18n/en/LC_MESSAGES/validation.po
(14 lines added, 7
|
Posted
almost 13 years
ago
by
akorn
Added not_equal strategy for CompareRule.
doc/userguide.rst
(2 lines added, 2 lines removed)
i18n/en/LC_MESSAGES/validation.po
(25 lines
|
Posted
almost 13 years
ago
by
akorn
Removed develop section from readme file.
README
(0 lines added, 32 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Fixed #1: try_update_model implicitly adds defaults if values is defaultdict
doc/userguide.rst
(1 lines added, 1 lines removed)
|
Posted
almost 13 years
ago
by
akorn
Updated list of setuptools classifiers
setup.py
(4 lines added, 3 lines removed)
|