fixed typo in validators, thanks Johann (issue 736)

This commit is contained in:
Massimo Di Pierro
2012-03-28 22:19:32 -05:00
parent 7f9986145c
commit 82b5a0bc14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-03-28 22:18:14) dev
Version 1.99.7 (2012-03-28 22:19:16) dev
+1 -1
View File
@@ -2157,7 +2157,7 @@ class IS_DATETIME(Validator):
('%d','28'),
('%m','08'),
('%b','Aug'),
('%b','August'),
('%B','August'),
('%H','14'),
('%I','02'),
('%p','PM'),