clean up, merge the different kind of lists, merge BaseSection & Section

This commit is contained in:
bkfox
2016-05-26 21:45:11 +02:00
parent 7402fc49b6
commit 157914a0a1
10 changed files with 140 additions and 179 deletions

View File

@ -74,7 +74,6 @@ class Actions:
if manual:
Diffusion.objects.bulk_create(items)
else:
print('items: ', len(items))
for item in items:
count[1] += cl.__check_conflicts(item, saved_items)
if hasattr(item, 'do_not_save'):