Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

suhridmathur
Copy link

Code Refactored and Dead Code Removed

  • called serializer.is_valid() with raise_exception = True param, which will implicitly return the 400 http status along with errors, hence no need to write return explicity in case of bad request
  • Removed the if statement which always occurs, since called only if serializer is valid

Suhrid Mathur added 2 commits October 1, 2020 16:16
- Removed the if statement which always occurs, since called only if serializer is valid
- called serializer.is_valid() with `raise_exception = True` param, which will implicitly return the 400 http status along with errors,
hence no need to write return explicity in case of bad request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant