Merge with 2f4ffaf94670c8d600ec3dd187b7d02b16a81ce4
authorcavaliet
Mon, 16 Jun 2014 17:28:44 +0200
changeset 269 9281df55124f
parent 267 24ff98f2a122 (current diff)
parent 268 2f4ffaf94670 (diff)
child 270 0f8c8b16cb58
Merge with 2f4ffaf94670c8d600ec3dd187b7d02b16a81ce4
src/hdabo/management/commands/order_tags.py
--- a/src/hdabo/management/commands/order_tags.py	Mon Jun 16 17:24:44 2014 +0200
+++ b/src/hdabo/management/commands/order_tags.py	Mon Jun 16 17:28:44 2014 +0200
@@ -69,7 +69,7 @@
 
         try:
             for i, ds in enumerate(queryset):
-                show_progress(i + 1, total, ds.title, 60)
+                self.show_progress(i + 1, total, 60)
                 reorder_datasheet_tags(ds)
                 transaction.commit()
         except: