We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbd722 commit b052dd6Copy full SHA for b052dd6
src/flask_sqlalchemy/model.py
@@ -99,7 +99,7 @@ class BindMixin:
99
ignored. If the ``metadata`` is the same as the parent model, it will not be set
100
directly on the child model.
101
102
- .. versionchanged:: 3.0.4
+ .. versionchanged:: 3.1.0
103
"""
104
105
__fsa__: SQLAlchemy
@@ -193,7 +193,7 @@ class NameMixin:
193
that do not otherwise define ``__tablename__``. If a model does not define a primary
194
key, it will not generate a name or ``__table__``, for single-table inheritance.
195
196
197
198
199
metadata: sa.MetaData
0 commit comments