Skip to content

Commit b052dd6

Browse files
committed
Update versionchanged for new mixins
1 parent 1bbd722 commit b052dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flask_sqlalchemy/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class BindMixin:
9999
ignored. If the ``metadata`` is the same as the parent model, it will not be set
100100
directly on the child model.
101101
102-
.. versionchanged:: 3.0.4
102+
.. versionchanged:: 3.1.0
103103
"""
104104

105105
__fsa__: SQLAlchemy
@@ -193,7 +193,7 @@ class NameMixin:
193193
that do not otherwise define ``__tablename__``. If a model does not define a primary
194194
key, it will not generate a name or ``__table__``, for single-table inheritance.
195195
196-
.. versionchanged:: 3.0.4
196+
.. versionchanged:: 3.1.0
197197
"""
198198

199199
metadata: sa.MetaData

0 commit comments

Comments
 (0)