Fix sorting of entries and misleading API error

This release fixes an issue where sorting entries in the Contentful UI would not work if the default locale had been renamed.

There has also been a correction to the error response when an API client attempts to sort assets by their title or description. Previously the API would tell you that you needed to provide the content_type parameter, which was wrong because assets do not belong to a content type. Now the error correctly states that you cannot order by the title or description because they are Text fields, which do not support sorting.

Fix sorting of entries and misleading API error | Contentful