Closed thoughtless closed 9 years ago
A few semi-related changes.
Returns a 405 when someone POSTs to an endpoint that only supports GET. Before this an exception would be raised.
The other change was needed to make the new tests pass. But it seems to be the "right" thing to do anyway.
Looks good. Merging.
A few semi-related changes.
Returns a 405 when someone POSTs to an endpoint that only supports GET. Before this an exception would be raised.
The other change was needed to make the new tests pass. But it seems to be the "right" thing to do anyway.