Actions
Issue #3429
closedUse the field "pulpcore.app.fields.JSONField" provided by pulpcore
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.
Updated by dalley about 5 years ago
- Priority changed from Normal to Low
- Triaged changed from No to Yes
Updated by dalley about 5 years ago
- Subject changed from The "projects" field on the importer should be stored as type "pulpcore.app.fields.JSONField" and should be serialized as JSON to Use the field "pulpcore.app.fields.JSONField" provided by pulpcore
- Description updated (diff)
Updated by dkliban@redhat.com almost 3 years ago
- Status changed from NEW to CLOSED - NOTABUG
This issue is no longer relevant.
Actions