Posted on Feb 1, 2008 by
Helpful Ox
(20:12:21) ubernostrum: thepointer_: http://code.google.com/p/django-registration/source/browse/trunk/registration/models.py#204 <-- here's a real-world example of a very similar setup. (20:12:21) DjangoBot: http://code.djangoproject.com/ticket/204
Comment #1
Posted on Feb 1, 2008 by Helpful OxHere's the regex for the ticket: r'(?:^|\s)#(\d+)\b' and for the changesets r'\br(\d+)\b'
Comment #2
Posted on Feb 1, 2008 by Helpful OxSlightly better, but still conservative: r'(?:^|[\s(])#(\d+)\b'
Comment #3
Posted on Feb 1, 2008 by Grumpy BirdAh, good catch SmileyChris. I will get this fixed ASAP.
Comment #4
Posted on Feb 1, 2008 by Grumpy BirdFixed in r10.
Status: Fixed
Labels:
Type-Defect
Priority-Medium