Browse Source

Code formatting

Rafał Pitoń 10 years ago
parent
commit
d5f8eae03c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/core/pgutils.py

+ 1 - 0
misago/core/pgutils.py

@@ -59,6 +59,7 @@ def batch_update(queryset, step=50):
         for obj in paginator.page(page_number).object_list:
             yield obj
 
+
 def batch_delete(queryset, step=50):
     """
     Another util cos paginator goes bobbins when you are deleting