| 1 | initial version | |
Is it possible to have a tag merge/rename function?
This would be extremely useful when you get tags that are duplicates: UI UserInterface UserIF GUI
Here is how I could see this working:
python manage.py tag_rename UserIF UI
Renaming "UserIF" to "UI": 2 Questions [34, 45]
If a destination tag doesn't exist, it is created.
| 2 | added case for non-existing tag |
Is it possible to have a tag merge/rename function?
This would be extremely useful when you get tags that are duplicates: UI UserInterface UserIF GUI
Here is how I could see this working:
python manage.py tag_rename UserIF UI
Renaming "UserIF" to "UI": 2 Questions [34, 45]
python manage.py tag_rename BogusTag UI
Tag "BogusTag" does not exist
If a destination tag doesn't exist, it is created.
Is it possible to have a tag merge/rename function?
This would be extremely useful when you get tags that are duplicates: UI UserInterface UserIF GUI
Here is how I could see this working:
python manage.py tag_rename UserIF UI
Renaming "UserIF" to "UI": 2 Questions [34, 45]
python manage.py tag_rename BogusTag UI
Tag "BogusTag" does not exist
If a destination tag doesn't exist, it is created.
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.