Actions
Task #5633
closedSwitch from CharField to TextField
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
We no longer need a limit for fields to have 255 characters.
It would be helpful to switch to TextField, especially for the cases like repo_id or importer/distributor names where there was no limit in pulp2 and there can be an error during migration.
Ensure that the code which handles does something to fit .into 255 characters is removed.
Actions
Switch from CharField to TextField.
closes #5633 https://pulp.plan.io/issues/5633