dlamotte / django-tagging

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

Forms.py > TagAdminForm > clean_name > line 24 #253

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Where the method returns 'value' it should return the parsed value, like:

return tag_names[0]

because it must have a length of 1 or an exception is thrown.

This solves the issue where you can't enter a tag that contains whitespaces 
inside the admin.

Thanks for the great app!
~YD

Original issue reported on code.google.com by maggotf...@gmail.com on 24 Oct 2010 at 7:54