Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yezyilomo/django-restql into fix_…
Browse files Browse the repository at this point in the history
…requestless_data_mutation
  • Loading branch information
yezyilomo committed Aug 12, 2021
2 parents 6190c2f + 9a9f95a commit aff6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_restql/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def validate_remove_list(self, data):
return data
else:
msg = (
"Usingi `%s` value on `%s` operation is disabled"
"Using `%s` value on `%s` operation is disabled"
% (ALL_RELATED_OBJS, REMOVE)
)
raise ValidationError(msg, code="not_allowed")
Expand Down

0 comments on commit aff6e2c

Please sign in to comment.