Actions
Issue #5479
closedMigration plugin suffers from reverse accessor clashes
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 59
Quarter:
Description
pulp_2to3_migrate.Pulp2Blob.pulp2content: (fields.E304) Reverse accessor for 'Pulp2Blob.pulp2content' clashes with reverse accessor for 'Pulp2ISO.pulp2content'.
HINT: Add or change a related_name argument to the definition for 'Pulp2Blob.pulp2content' or 'Pulp2ISO.pulp2content'.
We need to define unique related_name https://github.com/pulp/pulp-2to3-migrate/blob/master/pulp_2to3_migrate/app/models/content.py#L39
Actions
Fix reverse accessor clashes.
closes #5479 https://pulp.plan.io/issues/5479