askbot-devel icon indicating copy to clipboard operation
askbot-devel copied to clipboard

change target_tag_name of TagSynonym to target_tag (foreign key to Tag m...

Open pcompassion opened this issue 11 years ago • 2 comments

...odel)

I find target_tag (as foreign key) is better than target_tag_name as you once mentioned.

I wasn't and am not sure if submitting south migrations file is a good idea but its there.

(I'll create a tag index using haystack/solr anyway and thought having simpler DB schema is better here. and maybe for DB query as well)

pcompassion avatar Jun 13 '13 07:06 pcompassion

This will be merged or otherwise implemented after releasing the Python3 version.

evgenyfadeev avatar Jan 18 '20 16:01 evgenyfadeev

askbot/management/commands/rename_tags_id.py askbot/models/question.py askbot/models/tag.py askbot/tests/management_command_tests.py

web-apply avatar Oct 22 '21 14:10 web-apply