Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

fix bug 763498 - clean up document tags with dupe names #363

Merged
merged 1 commit into from Jul 9, 2012

Conversation

groovecoder
Copy link
Contributor

South migration to clean up document tags with duplicate names.

"""
# find subset of tags with duplicate names
tags = orm.DocumentTag.objects.all()
tag_names = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: Might be better to use some sets here instead of lists

lmorchard added a commit that referenced this pull request Jul 9, 2012
fix bug 763498 - clean up document tags with dupe names
@lmorchard lmorchard merged commit 07effbc into mdn:master Jul 9, 2012
@lmorchard
Copy link
Contributor

Well, let's see what happens when this makes it to -new

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants