Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 | Leon Anavi | 2021-03-26 | 1 | -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.4 | Leon Anavi | 2020-08-31 | 1 | -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> |