Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-platform
Commits
eea3b311
Commit
eea3b311
authored
Jul 17, 2015
by
Sylvia Pearce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete white spaces that are causing test failures
parent
c2420b09
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
common/djangoapps/enrollment/views.py
+0
-0
lms/djangoapps/mobile_api/users/views.py
+0
-0
openedx/core/djangoapps/profile_images/views.py
+8
-8
openedx/core/djangoapps/user_api/accounts/views.py
+0
-0
No files found.
common/djangoapps/enrollment/views.py
View file @
eea3b311
lms/djangoapps/mobile_api/users/views.py
View file @
eea3b311
openedx/core/djangoapps/profile_images/views.py
View file @
eea3b311
...
@@ -141,20 +141,20 @@ class ProfileImageRemoveView(APIView):
...
@@ -141,20 +141,20 @@ class ProfileImageRemoveView(APIView):
**Example Responses**
**Example Responses**
When the requesting user tries to remove the profile image for a
different user, the
When the requesting user tries to remove the profile image for a
request returns one of the following responses.
different user, the
request returns one of the following responses.
* If the user does not have staff access, the request returns an HTTP
* If the user does not have staff access, the request returns an HTTP
404 "Not Found" response.
404 "Not Found" response.
* If no user matches the "username" parameter, the request returns an
HTTP
* If no user matches the "username" parameter, the request returns an
404 "Not Found" response.
HTTP
404 "Not Found" response.
* If the image could not be removed, the request returns an HTTP 400
"Bad
* If the image could not be removed, the request returns an HTTP 400
Request" response with more information.
"Bad
Request" response with more information.
* If the request successfully removes the image, the request returns
an
* If the request successfully removes the image, the request returns
HTTP 204 "No Content" response with no additional content.
an
HTTP 204 "No Content" response with no additional content.
"""
"""
...
...
openedx/core/djangoapps/user_api/accounts/views.py
View file @
eea3b311
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment