Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/1207.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecated the `repair-python-metadata` management command in favor of the repository `repair_metadata` task.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ class Command(BaseCommand):
Management command to repair metadata of PythonPackageContent.
"""

help = _("Repair the metadata of PythonPackageContent stored in PythonRepositories")
help = _(
"[Deprecated] Use the repository `repair_metadata` task instead. "
"Repair the metadata of PythonPackageContent stored in PythonRepositories."
)

def add_arguments(self, parser):
"""Set up arguments."""
Expand Down
Loading