inveniosoftware / invenio-accounts-rest

Invenio modules that adds accounts REST API.
https://invenio-accounts-rest.readthedocs.io
GNU General Public License v2.0
0 stars 13 forks source link

views: remove content from code 204 responses #22

Closed nharraud closed 7 years ago

nharraud commented 7 years ago

Problem: The serializer status_code_serializer returns a JSON response containing the status code. It is used in multiple place in views.py with a 204 HTTP code. This code says that there is no returned content, thus no JSON data should be sent.