fixed issue 1836, Problem with IS_IN_DB(label='%(x)3.3s')
This commit is contained in:
@@ -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
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user