tornado-utils / tornado-restless

Insprired on flask-restless and sqlalchemy api wrapping for tornado
42 stars 14 forks source link

PATCH requests fail when include columns are specified #6

Open sjhewitt opened 10 years ago

sjhewitt commented 10 years ago

If you specify include columns on an api, then try to make a PATCH request to update a single column, the request will fail because the request body does not contain all of the arguments specified in the include array.

MartinMartimeo commented 10 years ago

Will dig to it at the weekend