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

Allow finding of `primary_key` names from model and fallback to 'id' … #25

Closed tanj closed 3 years ago

tanj commented 3 years ago

…if none are found

There was a regression that came in when setting the primary_key to 'id' in create_api_blueprint