Thanks for the app. Please consider adding a setting to allow spaces in tag
names.
From my limited understand, I think it's simple.
----
settings.py
# Allow spaces in tag name
SPLIT_TAGS_ON_SPACES = getattr(settings, 'SPLIT_TAGS_ON_SPACES', True)
----
utils.py
from tags import settings
if settings.SPLIT_TAGS_ON_SPACES:
# Special case - if there are no commas or double quotes in the
Original issue reported on code.google.com by s...@shakfu.com on 20 Jan 2011 at 11:24
Original issue reported on code.google.com by
s...@shakfu.com
on 20 Jan 2011 at 11:24