Actions
Story #6648
closedAs a user, I can use longer urls in models for collection metadata URL fields
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 72
Quarter:
Description
At the moment URL fields (documentation, homepage, issues, repository) in CollectionVersion
model are defined as models.URLField(max_length=128, ...)
.
This is not enough sometimes as URL length can easily exceed 128 symbols length.
We had several reports from our customers that collection import failed due to bigger URL length used in collection metadata.
Fields length should be increased to reasonably bigger size.
Actions
Increased max length for CollectionVersion fields
https://pulp.plan.io/issues/6648 closes #6648