pallets-eco / flask-sqlalchemy

Adds SQLAlchemy support to Flask
https://flask-sqlalchemy.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
4.18k stars 896 forks source link

Fix issue #1318: Type (typehint) error for `db.relationship` #1320

Open cainmagi opened 3 months ago

cainmagi commented 3 months ago

Fix the typehint inconsistence of db.relationship(...).

Rebased on the branch 3.1.x.

This work is continued from #1319

Checklist: