We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If and models decorated by file_upload.Model are imported before the flask-sqlalchemy is initiated then it blows up.
file_upload.Model
Potential solution: Check is the db.Model exists, if not then do nothing This is a breaking change.
db.Model
The text was updated successfully, but these errors were encountered:
- Fix Docs Fixes #115
8783c89
- Lazily load via checking db.Model & flask instance Fixes #111 - Tests for Python 3.10 Fixes #124
- Lazily load via checking db.Model & flask instance Fixes #111
a4eaadb
- Tests for Python 3.10 Fixes #124
8592caf
ec76f81
Merge pull request #125 from joegasewicz/Lazily_load_via_checking_db.…
883cb4c
…Model_&_flask_instance_#111 - Lazily load via checking db.Model & flask instance Fixes #111
joegasewicz
Successfully merging a pull request may close this issue.
If and models decorated by
file_upload.Model
are imported before the flask-sqlalchemy is initiated then it blows up.Potential solution:
Check is the
db.Model
exists, if not then do nothingThis is a breaking change.
The text was updated successfully, but these errors were encountered: