flebel / django-tagging

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

Error while adding only space(s) as tag #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Error while adding only space(s) as tag.

Error:

IndexError at /admin/tagging/tag/add/
list index out of rangeRequest Method:  POST
Request URL:    http://....../admin/tagging/tag/add/
Exception Type: IndexError
Exception Value:    list index out of range
Exception Location: /...../.python/lib/python2.5/site-packages/tagging-
0.2.1-py2.5.egg/tagging/validators.py in isTag, line 28
Python Executable:  /usr/local/python2.5/bin/python
Python Version: 2.5.1

Original issue reported on code.google.com by darek.or...@gmail.com on 30 Mar 2008 at 10:02