Posted on Sep 2, 2008 by
Massive Monkey
Following line of code break ImportError; from django.core.validators import integer_re
What about to assign integer_re=re.compile(r'^\s*-?\d+\s*$') ?
Comment #1
Posted on Sep 3, 2008 by Happy Panda(No comment was entered for this change.)
Comment #2
Posted on Sep 3, 2008 by Happy Pandafixed in r55, I just removed the code which used the integer_re, because it was useless at the moment.
Status: Fixed
Labels:
Type-Defect
Priority-Medium