correct order tags
authorymh <ymh.work@gmail.com>
Fri, 22 Jun 2012 19:16:46 +0200
changeset 203 00fc169cc6a9
parent 202 6a64e3210230
child 204 0a1744477bc1
child 266 825ff4d6a8ac
child 268 2f4ffaf94670
correct order tags
web/hdabo/management/commands/order_tags.py
--- a/web/hdabo/management/commands/order_tags.py	Fri Jun 22 17:46:53 2012 +0200
+++ b/web/hdabo/management/commands/order_tags.py	Fri Jun 22 19:16:46 2012 +0200
@@ -69,7 +69,7 @@
 
         try:
             for i, ds in enumerate(queryset):
-                self.show_progress(i + 1, total, 60)
+                show_progress(i + 1, total, ds.title, 60)
                 reorder_datasheet_tags(ds)
                 transaction.commit()
         except: