mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

feat: sorting works with nested attributes #34

Closed ajite closed 2 years ago

ajite commented 2 years ago

e.g.: To sort a product per its manufacturer name we could do: model.manufacturer.name

I replaced the "if '.'" by a while and added the tests.

mrevutskyi commented 2 years ago

Thanks!