Export to GitHub

djangobot - issue #1

Bit overzealously suggesting tickets


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 Ox

Here'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 Ox

Slightly better, but still conservative: r'(?:^|[\s(])#(\d+)\b'

Comment #3

Posted on Feb 1, 2008 by Grumpy Bird

Ah, good catch SmileyChris. I will get this fixed ASAP.

Comment #4

Posted on Feb 1, 2008 by Grumpy Bird

Fixed in r10.

Status: Fixed

Labels:
Type-Defect Priority-Medium