summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1Leon Anavi2021-03-261-12/+0
| | | | | | | | | | Upgrade to release 2.5.1: - Fix compatibility with Python 2.7. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-sqlalchemy: Upgrade 2.4.1 -> 2.4.4Leon Anavi2020-08-311-0/+12
Upgrade to release 2.4.4: - Change base class of meta mixins to type. This fixes an issue caused by a regression in CPython 3.8.4. - Deprecate SQLALCHEMY_COMMIT_ON_TEARDOWN as it can cause various design issues that are difficult to debug. Call db.session.commit() directly instead. - Fix bad pagination when records are de-duped. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>