fixed issue 1836, Problem with IS_IN_DB(label='%(x)3.3s')

This commit is contained in:
mdipierro
2014-01-03 20:58:57 -06:00
parent 4b4ada4137
commit e56e376894
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2013.12.23.21.36.22
Version 2.8.2-stable+timestamp.2014.01.03.20.58.03
+1 -1
View File
@@ -458,7 +458,7 @@ class IS_IN_SET(Validator):
regex1 = re.compile('\w+\.\w+')
regex2 = re.compile('%\((?P<name>[^\)]+)\)s')
regex2 = re.compile('%\((?P<name>[^\)]+)\)(\d*\.\d*)?[a-zA-Z]')
class IS_IN_DB(Validator):