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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what exactly does SQLALCHEMY_TRACK_MODIFICATIONS do i'm a bit confused as to why this is needed to be set inside my configuration?
is this tracking sqlalchemy? or flask sqlalchemy?
The text was updated successfully, but these errors were encountered:
http://flask-sqlalchemy.pocoo.org/2.1/signals/
Sorry, something went wrong.
For future searchers:
http://stackoverflow.com/questions/33738467/sqlalchemy-who-needs-sqlalchemy-track-modifications/33790196#33790196
@davidism You understand this issue better than I do, so if I'm incorrect on anything, feel free to edit my answer.
Is there a way for us to detect which 3rd party packages are affected because of this change?
So far I think one of these is Flask-WhooshAlchemy
No branches or pull requests
what exactly does SQLALCHEMY_TRACK_MODIFICATIONS do i'm a bit confused as to why this is needed to be set inside my configuration?
is this tracking sqlalchemy? or flask sqlalchemy?
The text was updated successfully, but these errors were encountered: