Fix regexp for link id format validation. Link id needs to start with ASCII lowercase...
commit30ccc6a11abf010c954b9d049f8b72da66bb35c9
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 29 Jan 2009 09:33:50 +0000 (29 09:33 +0000)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 29 Jan 2009 09:33:50 +0000 (29 09:33 +0000)
tree8eab23241d4e31d8822d708758b87c4d2593a4cf
parente0db2fa89eaa0227d5a0c29e54baca99f35d20aa
Fix regexp for link id format validation. Link id needs to start with ASCII lowercase and not with digit, which caused User Profile view to crash.

Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
app/soc/models/linkable.py