ShuffleBox / django-rcsfield

Automatically exported from code.google.com/p/django-rcsfield
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

integer_re removed from django trunk #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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*$') ?

Original issue reported on code.google.com by kei...@gmail.com on 2 Sep 2008 at 6:30

GoogleCodeExporter commented 9 years ago

Original comment by a...@rcs4u.de on 3 Sep 2008 at 6:01

GoogleCodeExporter commented 9 years ago
fixed in r55, I just removed the code which used the integer_re, because it was
useless at the moment.

Original comment by a...@rcs4u.de on 3 Sep 2008 at 6:07