flebel / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

validation issue when there isd more space between words #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When you have "tag1    tag2" or "tag1   , tag2" or "tag1 ,    tag2" or
"tag1,  tag2" the tag should be valideted. This is a common error from
users. Here is a quick patch to fix it. It simplify a little the regexp too. 

Original issue reported on code.google.com by bchesn...@gmail.com on 20 Aug 2007 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
new version of rgex to fix non alphanumeric tags.

Original comment by bchesn...@gmail.com on 21 Aug 2007 at 9:42

Attachments: