-
Notifications
You must be signed in to change notification settings - Fork 808
Change remaining HttpResponse to JsonResponse #989
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
Conversation
* Add Andrew-Chen-Wang to AUTHORS
Codecov Report
@@ Coverage Diff @@
## master #989 +/- ##
==========================================
- Coverage 96.62% 96.55% -0.07%
==========================================
Files 31 31
Lines 1716 1715 -1
==========================================
- Hits 1658 1656 -2
- Misses 58 59 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't the unit tests updated?
@auvipy not sure what this means since I went straight from master and did not change models.py...:
|
@auvipy we should pin flake8 in tox otherwise PRs could magically fail due to an unexpected upgrade: or even do a cron job of linting |
isnt there any test for views? |
@auvipy what do you mean "aren't there any tests for views?" Seems like the normal test suite is running, just the style isn't right. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changelog entry needed
@auvipy updated |
Required statuses must pass before merging |
finally found the linting problem. thanks for approving @auvipy ! |
Fixes #987
Description of the Change
Changes any valid
HttpResponse(json.dumps(), etc...
todjango.http.JsonResponse
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS