Send `location` header on edit?
Location header is only send by server on creation request (method POST, status 201, views.py#L143)
Shouldn't it also be sent in case of edit (mathod PUT)?
Location header is only send by server on creation request (method POST, status 201, views.py#L143)
Shouldn't it also be sent in case of edit (mathod PUT)?