Skip to content

save models: Turn origin_url into a TextField

Using a CharField with at most 200 characters was too restrictive as some URLs can exceed that length.

Resolves #4818.

Merge request reports