Skip to content

Commit

Permalink
docs: rename "REMOVE-ME-*" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jan 9, 2025
1 parent 9a71891 commit 40579db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutor/plugins/openedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _migrate_obsolete_nightly_root(root: str) -> None:
Since Tutor switched from the "nightly" branch to the "main" branch, we
automatically migrate data from the project root and the plugins root.
REMOVE-ME-AFTER-v20: migrate this code to the sumac upgrade commands.
REMOVE-AFTER-V20: migrate this code to the sumac upgrade commands.
"""

# Run it for old nightly only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
# These warnings are visible in simple commands and init tasks
import warnings

# REMOVE-ME-AFTER-v20: check if we can remove these lines after upgrade.
# REMOVE-AFTER-V20: check if we can remove these lines after upgrade.
from django.utils.deprecation import RemovedInDjango50Warning, RemovedInDjango51Warning
# RemovedInDjango5xWarning: 'xxx' is deprecated. Use 'yyy' in 'zzz' instead.
warnings.filterwarnings("ignore", category=RemovedInDjango50Warning)
Expand Down

0 comments on commit 40579db

Please sign in to comment.