1
0

- Update to 3.0.5:

* ``Pagination.next()`` enforces ``max_per_page``.
  * Improve type hint for ``get_or_404`` return value to be non-optional.
  * Fix type hint for ``get_or_404`` return value.
  * Fix type hints for pyright (used by VS Code Pylance extension).
  * Show helpful errors when mistakenly using multiple ``SQLAlchemy``
    instances for the same app, or without calling ``init_app``
  * Fix issue with getting the engine associated with a model that uses
    polymorphic table inheritance.
- Update URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=24
This commit is contained in:
2023-08-02 07:01:11 +00:00
committed by Git OBS Bridge
parent 539e631799
commit abc7263eb9
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 2 07:00:50 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.0.5:
* ``Pagination.next()`` enforces ``max_per_page``.
* Improve type hint for ``get_or_404`` return value to be non-optional.
* Fix type hint for ``get_or_404`` return value.
* Fix type hints for pyright (used by VS Code Pylance extension).
* Show helpful errors when mistakenly using multiple ``SQLAlchemy``
instances for the same app, or without calling ``init_app``
* Fix issue with getting the engine associated with a model that uses
polymorphic table inheritance.
- Update URL.
-------------------------------------------------------------------
Sun Jun 11 14:16:45 UTC 2023 - ecsos <ecsos@opensuse.org>