rohitjain-rj / django-tagging

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

Add setting to force comma delineation #186

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I like the flexibility of django-tagging's tag parsing in theory, but from a 
user standpoint needing to 
remember that you have to use quotes to get a single tag with spaces is hell; 
I'm anticipating lots of 
bad tags with automatic space delineation.  I'd much rather enforce 
comma-delineation for my 
specific project via a setting in my settings file (so that if I enter "crate 
of apples" without quotes in 
my tagging field, the system doesn't even try space delineation, but just 
treats it as a single tag).

This is pretty important to me (was considering rolling my own tagging app just 
for this feature), so 
I'd be perfectly happy to hack away at the source and contribute whatever I 
come up with.  What 
would be the best way to submit such a modification to your for review?

Original issue reported on code.google.com by georgeth...@gmail.com on 8 Feb 2009 at 6:03