old-birds / Restypie

Tastypie inspired, lightweight and storage agnostic REST resources manager.
3 stars 7 forks source link

Add changes for default select value not in schema exception detection #16

Closed rrjoyee closed 8 years ago

rrjoyee commented 8 years ago

If I add this line in the new resource, get defaultSelect() { return ['id2', 'names'] } no test runs, we can look into it together.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.02%) to 91.366% when pulling 313dd37f7caaf459e8cf8839e0ed785794366381 on rrjoyee:rifat into dd96d4edab910e8a2df2a6d64b3b4a53b3d0583d on SylvainEstevez:master.

SylvainEstevez commented 8 years ago

@rrjoyee Would you please rebase your branch on master ? I can't merge it right now

rrjoyee commented 8 years ago

I should close this one, I have another one that you reviewed.