| changeset 571 | d9642be7c937 |
| parent 271 | 8f77cf71ab02 |
| child 683 | 59d49ab04ded |
--- a/src/hdalab/management/commands/query_category_inclusion.py Fri Mar 20 01:16:43 2015 +0100 +++ b/src/hdalab/management/commands/query_category_inclusion.py Fri Mar 20 01:42:45 2015 +0100 @@ -162,6 +162,6 @@ title = CATEGORY_PREFIX + category.label # query categories - with transaction.commit_on_success(): + with transaction.atomic(): res = self.query_all_categories(title, site) self.process_categories(res, category) \ No newline at end of file