Project

Profile

Help

Issue #3429

closed

Use the field "pulpcore.app.fields.JSONField" provided by pulpcore

Added by dalley about 6 years ago. Updated almost 4 years ago.

Status:
CLOSED - NOTABUG
Priority:
Low
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
Target Release - Python:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

The field "projects" on the PythonImporter model, and "requires_dist", "provides_dist", "obsoletes_dist", and "requires_external" on the PythonPackageContent model currently use TextFields to store JSON.

Pulpcore has created it's own JSON field which uses normal text fields on the backend. We should use this, and we should these fields as JSON instead of as strings.

Also available in: Atom PDF