mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
removing print
This commit is contained in:
parent
bf53e08f0f
commit
551773208a
|
@ -601,7 +601,6 @@ class Field:
|
||||||
raise
|
raise
|
||||||
errors.extend(exc.detail)
|
errors.extend(exc.detail)
|
||||||
except DjangoValidationError as exc:
|
except DjangoValidationError as exc:
|
||||||
print("YOOOOOOOOOO", exc, exc.code, exc.params)
|
|
||||||
errors.extend(get_error_detail(exc))
|
errors.extend(get_error_detail(exc))
|
||||||
if errors:
|
if errors:
|
||||||
raise ValidationError(errors)
|
raise ValidationError(errors)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user