Skip to content

Commit ad4f257

Browse files
Merge pull request #1456 from datajoint/docs/migrate-timeline-bump
docs: extend datajoint.migrate timeline to 2.4 or 2.5
2 parents 7554240 + b261872 commit ad4f257

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/datajoint/migrate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
88
.. note::
99
This module is provided temporarily to assist with migration from pre-2.0.
10-
It will be deprecated in DataJoint 2.1 and removed in 2.3.
11-
Complete your migrations while on DataJoint 2.0.
10+
It is scheduled for removal in DataJoint 2.4 or 2.5.
11+
Complete your migrations while on DataJoint 2.3 or earlier.
1212
1313
Note on Terminology
1414
-------------------
@@ -32,8 +32,8 @@
3232
# Show deprecation warning starting in 2.1
3333
if Version(__version__) >= Version("2.1"):
3434
warnings.warn(
35-
"datajoint.migrate is deprecated and will be removed in DataJoint 2.3. "
36-
"Complete your schema migrations before upgrading.",
35+
"datajoint.migrate is deprecated and is scheduled for removal in DataJoint 2.4 or 2.5. "
36+
"Complete your schema migrations while on DataJoint 2.3 or earlier.",
3737
DeprecationWarning,
3838
stacklevel=2,
3939
)

0 commit comments

Comments
 (0)