Task #5633
closedSwitch from CharField to TextField
100%
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.
Updated by ipanova@redhat.com about 5 years ago
Updated by ipanova@redhat.com about 5 years ago
- Status changed from NEW to POST
- Assignee set to ipanova@redhat.com
Added by ipanova@redhat.com about 5 years ago
Added by ipanova@redhat.com about 5 years ago
Revision 6582b2c7 | View on GitHub
Switch from CharField to TextField.
Added by ipanova@redhat.com about 5 years ago
Revision 6582b2c7 | View on GitHub
Switch from CharField to TextField.
Updated by ipanova@redhat.com about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:pulp-2to3-migrate|6582b2c7131cfe004395f89a8ec080896311a8a3.
Updated by ttereshc almost 5 years ago
- Project changed from Pulp to Migration Plugin
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 0.1.0
Updated by bmbouter over 4 years ago
- Tags deleted (
Pulp 2 to 3 Migrate)
We're removing the 'Pulp 2 to 3 Migrate' tag to allow membership of the Migration Plugin project in Redmine to be the controlling area https://pulp.plan.io/projects/migration
Switch from CharField to TextField.
closes #5633 https://pulp.plan.io/issues/5633