Binary file web/hdabo/fixtures/datasheet_10.yaml.bz2 has changed
Binary file web/hdabo/fixtures/datasheet_347.yaml.bz2 has changed
Binary file web/hdabo/fixtures/datasheet_all.yaml.bz2 has changed
--- a/web/hdabo/management/commands/import_tag_popularity.py Tue Jul 12 09:54:01 2011 +0200
+++ b/web/hdabo/management/commands/import_tag_popularity.py Tue Jul 12 11:59:27 2011 +0200
@@ -146,5 +146,5 @@
for tag in Tag.objects.filter(normalized_label=label):
- tag.popularity += int(row['popularity'])
+ tag.popularity = tag.popularity + int(row['popularity'])
tag.save()