diff --git a/openslides/motions/views.py b/openslides/motions/views.py index d6a072481..695b8db49 100644 --- a/openslides/motions/views.py +++ b/openslides/motions/views.py @@ -442,7 +442,7 @@ class CategoryViewSet(ModelViewSet): except IntegrityError: message = _('Error: At least one identifier of this category does ' 'already exist in another category.') - response = Response({'detail': message}, status_code=400) + response = Response({'detail': message}, status=400) else: inform_changed_data(instances) message = _('All motions in category {category} numbered '